Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/de-soot/de-soot.github.io
My personal website
https://github.com/de-soot/de-soot.github.io
blog-posts blog-site blog-website blogging-website blogs giscus jekyll markdown personal-portfolio personal-portfolio-site personal-portfolio-webpage personal-portfolio-website personal-site personal-webpage personal-website portfolio portfolio-page portfolio-site portfolio-website resume
Last synced: about 1 month ago
JSON representation
My personal website
- 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T15:28:52.000Z (2 months ago)
- Last Synced: 2024-09-27T12:23:00.499Z (about 2 months ago)
- Topics: blog-posts, blog-site, blog-website, blogging-website, blogs, giscus, jekyll, markdown, personal-portfolio, personal-portfolio-site, personal-portfolio-webpage, personal-portfolio-website, personal-site, personal-webpage, personal-website, portfolio, portfolio-page, portfolio-site, portfolio-website, resume
- Language: HTML
- Homepage: https://de-soot.github.io/
- Size: 1.88 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# de-soot.github.io
A place on the internet where I write about my write about my interests, hobbies, and projects.
## Usage
### Visit OnlineClick [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):
```
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:
```
gem install jekyll bundler
```
4) Now that everything's installed and good to go, navigate the terminal to the directory where the you downloaded the copy of the Github repository, like so:
```
cd "{Path of source code folder}"
```
5) Enter this command:
```
bundle exec jekyll serve
```
6) Navigate to http://localhost:4000 in a browser.
7) Profit!Refer to the [official Jekyll documentation](https://jekyllrb.com/docs) for more information regarding installing and running Jekyll.