diff --git a/.gitignore b/.gitignore index 2751454..eae2cdb 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ hugo.linux *.vsix .DS_Store +.vscode/ diff --git a/layouts/projects/section.html b/layouts/projects/section.html new file mode 100644 index 0000000..d0bd019 --- /dev/null +++ b/layouts/projects/section.html @@ -0,0 +1,17 @@ +{{ define "page" }} + +

{{ .Title }}

+

{{ .Content }}

+ {{ range .Pages }} +
+

{{ .Title }}

+
+ +
+ +
{{ .Summary }}
+ Read more → +
+ {{ end }} +
+{{ end }} \ No newline at end of file