Browse Source

clean project

main
Hendrik Langer 4 years ago
parent
commit
e2b1703a1e
  1. 12
      .drone.yml
  2. 4
      .gitignore
  3. 3
      .gitmodules
  4. 17
      docs/about.md
  5. 17
      docs/index.md
  6. 1
      mkdocs-bootstrap386
  7. 7
      mkdocs.yml

12
.drone.yml

@ -13,18 +13,18 @@ steps:
- git lfs fetch --all
- name: build
image: python
commands:
- pip install mkdocs
- pip install mkdocs-bootstrap386
- mkdocs build
image: plugins/hugo
settings:
hugo_version:
url: https://h3ndrik.de
validate: true
- name: deploy
image: appleboy/drone-scp
settings:
host: 172.16.85.15
target: /var/www/h3ndrik.de
source: site/*
source: public/*
# rm: true
strip_components: 1
username:

4
.gitignore

@ -1,2 +1,2 @@
# ---> MkDocs
site/
resources/_gen/
public/

3
.gitmodules

@ -1,3 +0,0 @@
[submodule "mkdocs-bootstrap386"]
path = mkdocs-bootstrap386
url = https://gitlab.com/lramage/mkdocs-bootstrap386.git

17
docs/about.md

@ -1,17 +0,0 @@
# Welcome to MkDocs
For full documentation visit [mkdocs.org](https://mkdocs.org).
## Commands
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs help` - Print this help message.
## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.

17
docs/index.md

@ -1,17 +0,0 @@
# Welcome to MkDocs
For full documentation visit [mkdocs.org](https://mkdocs.org).
## Commands
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs help` - Print this help message.
## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.

1
mkdocs-bootstrap386

@ -1 +0,0 @@
Subproject commit 74cf0b8ed935aa8f8b88a1085c938bfcd9f2aa3b

7
mkdocs.yml

@ -1,7 +0,0 @@
site_name: h3ndrik.de
nav:
- Home: index.md
- About: about.md
theme:
name: null
custom_dir: 'mkdocs-bootstrap386/mkdocs_bootstrap386'
Loading…
Cancel
Save