Skip to content

Commit

Permalink
Add bew pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdevy committed Sep 3, 2023
1 parent 14f9712 commit 3a6e857
Show file tree
Hide file tree
Showing 7 changed files with 351 additions and 52 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "webrick", "~> 1.7"

group :jekyll_plugins do
gem 'jekyll-diagrams'
end
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ GEM
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-diagrams (0.10.0)
jekyll (>= 3.8, < 5.0)
jekyll-feed (0.16.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.2.0)
Expand Down Expand Up @@ -72,6 +74,7 @@ PLATFORMS
DEPENDENCIES
http_parser.rb (~> 0.6.0)
jekyll (~> 4.2.2)
jekyll-diagrams
jekyll-feed (~> 0.12)
minima (~> 2.5)
tzinfo (~> 1.2)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Run server with step 5: https://jekyllrb.com/docs/
Run server with step 5: https://jekyllrb.com/docs/

Uses https://github.com/zhustec/jekyll-diagrams for block diagrams as well as circuitz, somehow
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ github_username: jmdevy
theme: minima
plugins:
- jekyll-feed
- jekyll-diagrams

# Exclude from processing.
# The following items will not be processed, by default.
Expand Down

This file was deleted.

Loading

0 comments on commit 3a6e857

Please sign in to comment.