File tree 3 files changed +22
-4
lines changed
3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change
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
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ navbar-links:
19
19
Archive : " archive"
20
20
Organizations :
21
21
- coatl.dev : " https://github.com/coatl-dev"
22
- - ignition-api : " https://github.com/ignition-api "
22
+ - ignition-devs : " https://github.com/ignition-devs "
23
23
Projects :
24
- - incendium : " https://github.com/ignition-incendium /incendium"
24
+ - incendium : " https://github.com/ignition-devs /incendium"
25
25
26
26
# ###############
27
27
# --- Logo --- #
@@ -49,8 +49,9 @@ round-avatar: true
49
49
social-network-links :
50
50
51
51
rss : true
52
- github : " cesarcoatl"
52
+ github : cesarcoatl
53
53
mastodon : " fosstodon.org/@cesarcoatl"
54
+ twitter : __cesarcoatl__
54
55
55
56
# If you want your website to generate an RSS feed, provide a description
56
57
# The URL for the feed will be https://<your_website>/feed.xml
You can’t perform that action at this time.
0 commit comments