clean up content from Distrust Jekyll template, content on removed submodule
This commit is contained in:
parent
6669c2d86a
commit
e9d8943f09
13
README.md
13
README.md
|
@ -1,20 +1,9 @@
|
||||||
# [distrust.co](https://distrust.co)
|
# [milksad.info](https://milksad.info)
|
||||||
|
|
||||||
Web page source.
|
Web page source.
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
|
|
||||||
0. If the repo was not cloned with submodules:
|
|
||||||
```shell
|
|
||||||
$ git submodule update --init --recursive
|
|
||||||
```
|
|
||||||
|
|
||||||
You can manually clone the submodule into the dir if the above command doesn't work:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
git clone https://github.com/b2a3e8/jekyll-theme-console _vendor/jekyll-theme-console
|
|
||||||
```
|
|
||||||
|
|
||||||
1. Install `make`.
|
1. Install `make`.
|
||||||
2. Install `docker`
|
2. Install `docker`
|
||||||
3. Build Docker container
|
3. Build Docker container
|
||||||
|
|
|
@ -14,8 +14,4 @@
|
||||||
<link rel="stylesheet" type="text/css" href="{{ "/assets/main.css" | relative_url }}">
|
<link rel="stylesheet" type="text/css" href="{{ "/assets/main.css" | relative_url }}">
|
||||||
<link rel="stylesheet" type="text/css" href="{{ "/assets/main-dark.css" | relative_url }}">
|
<link rel="stylesheet" type="text/css" href="{{ "/assets/main-dark.css" | relative_url }}">
|
||||||
|
|
||||||
<!-- "Really, there is nothing interesting to see here. It is a static website. Here is the terraform code that deployed it, and here is the site source repo. If you find anything interesting or want to talk to us, reach out!" -->
|
|
||||||
<!-- https://git.distrust.co/public/infra -->
|
|
||||||
<!-- https://git.distrust.co/public/website -->
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue