Skip to content

Commit 1492d87

Browse files
committed
chore(site): update navigation bar links
add twitter handle add .devcontainer remove .ruby_version file
1 parent 36dd976 commit 1492d87

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

Diff for: .devcontainer.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "Jekyll",
3+
"image": "mcr.microsoft.com/devcontainers/jekyll",
4+
"features": {},
5+
"forwardPorts": [
6+
4000,
7+
4000
8+
],
9+
"customizations": {
10+
"vscode": {
11+
"extensions": [
12+
"ms-ruby.ruby",
13+
"kargware.vscode-extension-jekyll-kw",
14+
"rebnornix.ruby"
15+
]
16+
}
17+
}
18+
}

Diff for: .ruby-version

-1
This file was deleted.

Diff for: _config.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ navbar-links:
1919
Archive: "archive"
2020
Organizations:
2121
- coatl.dev: "https://github.com/coatl-dev"
22-
- ignition-api: "https://github.com/ignition-api"
22+
- ignition-devs: "https://github.com/ignition-devs"
2323
Projects:
24-
- incendium: "https://github.com/ignition-incendium/incendium"
24+
- incendium: "https://github.com/ignition-devs/incendium"
2525

2626
################
2727
# --- Logo --- #
@@ -49,8 +49,9 @@ round-avatar: true
4949
social-network-links:
5050
5151
rss: true
52-
github: "cesarcoatl"
52+
github: cesarcoatl
5353
mastodon: "fosstodon.org/@cesarcoatl"
54+
twitter: __cesarcoatl__
5455

5556
# If you want your website to generate an RSS feed, provide a description
5657
# The URL for the feed will be https://<your_website>/feed.xml

0 commit comments

Comments
 (0)