All Projects → julianhyde → share

julianhyde / share

Licence: other
Shared files, presentations, and other materials

Programming Languages

emacs lisp
2029 projects
java
68154 projects - #9 most used programming language
shell
77523 projects
HTML
75241 projects
awk
318 projects
ruby
36898 projects - #4 most used programming language

share

Shared files, presentations, and other materials.

How to build the blog

rvm use 2.7.1
cd blog
git checkout main
bundle install
bundle exec jekyll build
rm -rf ~/web/blog
mv _site ~/web/blog

git checkout draft
bundle install
bundle exec jekyll build
rm -rf ~/web/blog/draft
mv _site ~/web/blog/draft
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].