init
This commit is contained in:
commit
c828a45aa8
30 changed files with 1204 additions and 0 deletions
13
blue-penguin-dark/sample/content/code.md
Normal file
13
blue-penguin-dark/sample/content/code.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Title: Solarized Pygments
|
||||
Date: 2022-6-28 12:00
|
||||
Category: Python
|
||||
Tags: pelican, publishing
|
||||
Authors: Alexis Metaireau, Conan Doyle
|
||||
Summary: Short version for index and feeds
|
||||
|
||||
```
|
||||
#!/usr/bin/python3
|
||||
|
||||
while True:
|
||||
print("Pelican is neat!")
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue