-
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
0 parents
commit 3c61efe
Showing
37 changed files
with
4,403 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 @@ | ||
sgoettschkes.me |
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,24 @@ | ||
Sgoettschkes/sgoettschkes.github.io | ||
=================================== | ||
|
||
sgoettschkes.me goes [still](https://github.com/still-ex/still) | ||
|
||
## Development | ||
|
||
Install the dependencies using `mix deps.get` for Elixir and `npm install --prefix priv/site/assets` for Javascript. | ||
|
||
Run the dev server using `mix still.dev` and see the result at http://localhost:3000/ | ||
|
||
### Update dependencies | ||
|
||
To update mix dependencies and see the ones which can't be updated automatically, run `mix deps.update --all && mix hex.outdated`. | ||
|
||
To update npm dependencies and see the ones which can't be updated automatically, run `npm update --prefix priv/site/assets --all && npm outdated --prefix priv/site/assets` | ||
|
||
## Production | ||
|
||
Generate the html using `mix still.compile`. The final page is published into the `_site` folder. | ||
|
||
### Publishing | ||
|
||
To publish the generate page (see above) to Github Pages, the content from `_site` has to be pushed to the `main` branch. The command `mix publish` will take care of this. It's run within the Github Actions workflow. |
Oops, something went wrong.