https://github.com/cjxe/blog
π My blog is here!
https://github.com/cjxe/blog
Last synced: 5 months ago
JSON representation
π My blog is here!
- Host: GitHub
- URL: https://github.com/cjxe/blog
- Owner: cjxe
- License: mit
- Created: 2023-10-13T18:27:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-20T10:57:26.000Z (about 1 year ago)
- Last Synced: 2025-04-20T12:11:39.022Z (about 1 year ago)
- Language: SCSS
- Homepage: https://regal-shortbread-d385bf.netlify.app/
- Size: 11.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# My blog
Welcome to the code of [Baran's blog](https://regal-shortbread-d385bf.netlify.app/)!
## Installation
### Pre-requisites
- [rbenv](https://github.com/carsomyr/rbenv-bundler) *(I recommend only installing this and skipping the rest of the pre-requisites)*
- [Ruby](https://www.ruby-lang.org/en/)
- [Bundler](https://bundler.io/)
### Steps to run the blog on your local machine
1. Clone the repo.
```bash
git clone https://github.com/cjxe/blog.git
```
2. Navigate to the folder.
```bash
cd blog
```
3. Install the `bundler` gem. If you have it globally installed, skip this step.
```bash
gem install bundler
```
4. Install the project's dependencies.
```bash
bundle install
```
5. Run the blog.
```bash
bundle exec jekyll serve
```
6. Navigate to the blog using your favourite browser.
```
http://localhost:4000
```
## Settings
Use [this favicon generator](https://realfavicongenerator.net/) to generate favicons.
## Acknowledgements
- The theme is [KlisΓ©](https://github.com/piharpi/jekyll-klise)
- The CMS is Jekyll
## Todo
- [ ] add "copy link" icon/button after `anchor-head`
- [ ] add "page progress" feature at the top