Creating This Site!
projects, webdev ·I made this site for fun as a test to myself. I have learned the jekyll interface from scratch and used it to generate the static pages you are viewing. Using jekyll and hosting through GitHub Pages have both been pretty intuitive, here are the steps I took if you want to do it yourself:
- Downloaded Jekyll following docs
- Followed Quickstart and launched localhost starting website
- Examined interface to understand how to use it – Notice the intuitive use of markdown and file structure
- Set up Visual Studio Code and uploaded the Quickstart to Github
- Set up GitHub Pages
- Found a theme I liked – alembic – and followed their extended interface
- Launch and Continued Working
Check out the Jekyll docs for the basics of building a similar website. Also see Jekyll’s GitHub repo.