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.
- Host: GitHub
- URL: https://github.com/de-soot/de-soot.github.io
- Owner: de-soot
- License: gpl-3.0
- Created: 2023-12-18T08:32:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-10T16:44:24.000Z (about 1 month ago)
- Last Synced: 2026-02-10T20:44:44.186Z (about 1 month ago)
- Topics: 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
- Language: HTML
- Homepage: https://de-soot.github.io
- Size: 2.12 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!