Blog on AkashaRojee.codes
This project is the code running on my developer blog AkashaRojee.codes, where I write about web development topics
It is built using Jekyll and hosted using GitHub Pages.
- Major languages: HTML, SCSS, CSS, Ruby
- Others: YAML, Liquid, Markdown
- Frameworks: Jekyll
- Widgets: utteranc.es
To get a local copy up and running, please follow these steps.
Jekyll - view the Jekyll docs for the installation guide
The HTML used throughout the website is broken down into partials stored in the _includes
folder.
The base HTML layout for pages on the website is stored in the _layouts
folder.
The styling is stored in the _sass
folder.
The posts are stored in the _posts
folder.
For more information, view the Jekyll docs about the directory structure.
To build the website, run the following command in the root of the repo:
bundle exec jekyll serve
This creates a _site
folder where the generated site will be placed.
To view the website, open the link of the server address displayed in the terminal.
Alternatively, to view the website automatically after building, run the the following command:
bundle exec jekyll serve --open-url
👤 Akasha Rojee
- GitHub: @AkashaRojee
- Twitter: @AkashaRojee
- LinkedIn: Akasha Rojee
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Note: Issues opened by @utterances-bot are comment threads on blog posts.
Give a ⭐️ if you like this project!