-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
4 changed files
with
21 additions
and
7 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,2 @@ | ||
README.md | ||
_drafts/ |
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
node_modules/ | ||
_drafts/ | ||
_site/ | ||
.cache | ||
.DS_store |
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 |
---|---|---|
@@ -1,12 +1,25 @@ | ||
# cyby.dev | ||
|
||
A HTML and CSS blog about tech and stuff. | ||
An 11ty blog for whatever musings I want to add to the internet. | ||
|
||
## Setup | ||
## Run locally | ||
|
||
## Dependencies | ||
- Pull down the repository to your local directory | ||
- In the root of the project, install dependencies: | ||
|
||
- HTML | ||
- CSS | ||
- GitHub Pages | ||
```bash | ||
npm install | ||
``` | ||
|
||
- While developing locally, you can serve on a local server with : | ||
|
||
```bash | ||
npm run serve | ||
``` | ||
|
||
- Navigate to `http:localhost:8080` in a browser. | ||
- Make a change in a file, save the file, and the change will be reflected in the browser automatically, without a reload. | ||
|
||
## Deploy | ||
|
||
Currently using the default GitHub Pages basic deployment based on the `main` branch. |
Empty file.