fix(docs): add base files for navigation

!10
This commit is contained in:
2023-05-22 17:05:11 +09:30
parent f22931e6f0
commit bfcb346924
7 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ nav:
- projects/index.md
- Docker E-Mail Server:
- Docker-Mail:
- projects/docker-mail/index.md

0
pages/articles/index.md Normal file
View File

0
pages/contact.md Normal file
View File

View File

View File

@ -102,6 +102,7 @@ Once configuration is complete issue command `supervisorctl restart amavis` to l
Once you have configured Amavis and created your DKIM keys, you will need to configure DNS. For this you will require the DKIM Key information. Since we are using Amavis, issue command `amavisd-new showkeys` to display your keys and the required dns config.
``` bash title="DNS Configuration"
$ amavisd-new showkeys
; key#1 4096 bits, i=dkim, d=example.org, /certs/amavis/dkim/example.org.dkim.pem
dkim._domainkey.example.org. 3600 TXT (

0
pages/tags.md Normal file
View File

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
pymdown-extensions==9.5
Pygments==2.13.0