Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-by committed Sep 11, 2024
1 parent 5ce2bba commit bc9c7b0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .eleventyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
README.md
_drafts/
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules/
_drafts/
_site/
.cache
.DS_store
25 changes: 19 additions & 6 deletions README.md
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 added _drafts/.gitkeep
Empty file.

0 comments on commit bc9c7b0

Please sign in to comment.