An open API service indexing awesome lists of open source software.

https://github.com/de-soot/de-soot.github.io

Personal website for technical blog posts.
https://github.com/de-soot/de-soot.github.io

blog-posts blog-site blog-website blogging-website blogs giscus github-pages github-pages-blog github-pages-site github-pages-website jekyll jekyll-blog markdown personal-site personal-webpage personal-website static-site static-web-app static-website technical-blog

Last synced: 20 days ago
JSON representation

Personal website for technical blog posts.

Awesome Lists containing this project

README

          

# de-soot.github.io

Personal website where I write technical blog posts.

## Usage

### Visit Online

Click [here](https://de-soot.github.io)

### Run Locally

1. [Clone](https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories) this github repository onto your computer by simply downloading the source code from this Github repository, or by using [`git`](https://git-scm.com):
```sh
git clone https://github.com/de-soot/de-soot.github.io
```
2. Follow [this guide](https://jekyllrb.com/docs/installation) to install the prerequisites for Jekyll for your system if you have not already done so.
3. Once all requirements are installed, run the following command below in a command line terminal:
```sh
gem install jekyll bundler
```
4. Now that everything's installed, navigate the terminal to the directory of the copy of the Github repository:
```sh
cd [Path of source code folder]
```
5. Enter this command to preview the site:
```sh
bundle exec jekyll serve
```
6. Navigate to http://localhost:4000 in a browser.
7. Add your own Markdown posts inside the `_posts` folder.
8. Profit!