Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/adityatelange/hugo-PaperMod.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Telange <21258296+adityatelange@users.noreply.github.com>2021-02-12 11:35:08 +0300
committerAditya Telange <21258296+adityatelange@users.noreply.github.com>2021-02-12 11:35:08 +0300
commitb0ae368007bf692524aa30524b0aec507419ebdc (patch)
tree2c1ac6cff71ab8add4cbfff14610f9a64a6f5e73
parent73e543558796fb58da55b5c33bf5d03ba4bbcd7e (diff)
add Directory Tree in README
-rw-r--r--README.md52
1 files changed, 51 insertions, 1 deletions
diff --git a/README.md b/README.md
index d0a4d375..c0a964f1 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,54 @@ This repository offers an example site for [hugo-PaperMod](https://github.com/ad
## Install
-Read Wiki => [hugo-PaperMod - Installation](https://github.com/adityatelange/hugo-PaperMod/wiki/Installation) \ No newline at end of file
+Read Wiki => [hugo-PaperMod - Installation](https://github.com/adityatelange/hugo-PaperMod/wiki/Installation)
+
+## Directory Tree
+
+```
+.(site root)
+├── configTaxo.yml
+├── config.yml
+├── content
+│ ├── archives.fr.md
+│ ├── archives.md
+│ ├── posts
+│ │ ├── emoji-support.md
+│ │ ├── markdown-syntax.fa.md
+│ │ ├── markdown-syntax.fr.md
+│ │ ├── markdown-syntax.md
+│ │ ├── math-typesetting.md
+│ │ ├── papermod
+│ │ │ ├── _index.md
+│ │ │ ├── papermod-faq.md
+│ │ │ ├── papermod-features
+│ │ │ │ ├── images
+│ │ │ │ │ ├── homeinfo.jpg
+│ │ │ │ │ ├── profile.jpg
+│ │ │ │ │ └── regular.jpg
+│ │ │ │ └── index.md
+│ │ │ ├── papermod-icons.md
+│ │ │ ├── papermod-installation.md
+│ │ │ └── papermod-variables.md
+│ │ ├── placeholder-text.md
+│ │ └── rich-content.md
+│ ├── search.fr.md
+│ ├── search.md
+│ └── tags
+├── LICENSE
+├── README.md
+├── resources
+│ └── _gen
+│ ├── assets
+│ └── images
+├── static
+│ ├── android-chrome-192x192.png
+│ ├── android-chrome-512x512.png
+│ ├── apple-touch-icon.png
+│ ├── favicon-16x16.png
+│ ├── favicon-32x32.png
+│ ├── favicon.ico
+│ └── papermod-cover.png
+└── themes
+ └── hugo-PaperMod
+```