-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f851694
commit 19841b9
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Personal Website / Blog | ||
### [View the website](https://moisentinel.github.io/) | ||
|
||
Built with [Eleventy](https://www.11ty.dev) and on top of [11ty-no-style-please](https://github.com/stopnoanime/11ty-no-style-please). | ||
|
||
Thanks to [Cassidoo](https://github.com/cassidoo/blahg) and her website for the inspiration. | ||
|
||
I use Obsidian as my CMS, refer to this [video](https://www.youtube.com/watch?v=dz3GOp4hN50) for guide. | ||
|
||
## Building it | ||
Clone the repo, install the dependencies: `npm install`. | ||
And then start: `npm start`. | ||
|
||
The config is in `.eleventy.js` |