-
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.
Add initial content for solidcouch.org
and change layout a bit
- Loading branch information
Showing
7 changed files
with
23 additions
and
43 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
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,37 +1,5 @@ | ||
# Markdown Pages | ||
# Solid Couch | ||
|
||
Quickly create and deploy static markdown pages with Next.js | ||
Decentralized hospitality exchange built with [Solid Protocol](https://solidproject.org). Soon, you can also start a community! | ||
|
||
## Quick start | ||
|
||
### Clone this repository | ||
|
||
``` | ||
git clone https://github.com/mrkvon/mdpages.git | ||
``` | ||
|
||
### Create contents | ||
|
||
- add and change content in `src/content` | ||
- change logo in `src/assets/logo.png`, favicon will be generated from it | ||
- change 404 page in `src/app/404/page.tsx` | ||
|
||
### Configure | ||
|
||
Copy `.env.local.sample` to `.env.local` and change the variables | ||
|
||
You can set up the same variables in your GitHub repository for production | ||
|
||
### Preview | ||
|
||
```sh | ||
yarn dev | ||
``` | ||
|
||
### Deploy to GitHub pages | ||
|
||
- push the code with your new content to your repository | ||
- set up environment variables in your repository settings | ||
- set up github pages in your repository settings | ||
- if you have custom domain, you need to create DNS records pointing it to github pages, make sure to also set up `HOSTNAME` environment variable | ||
- re-run _Build & Deploy to gh_pages_ workflow | ||
It's a work in progress. Check out our [github](https://github.com/solidcouch). |
Binary file not shown.
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 |
---|---|---|
|
@@ -27,5 +27,10 @@ | |
gap: 2rem; | ||
padding-top: 2rem; | ||
padding-bottom: 1rem; | ||
|
||
.attribution { | ||
font-size: smaller; | ||
color: gray; | ||
} | ||
} | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.