├── .gitignore ├── LICENSE ├── README.md ├── layouts └── shortcodes │ └── loremipsum.html └── theme.yaml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martignoni/hugo-loremipsum/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martignoni/hugo-loremipsum/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martignoni/hugo-loremipsum/HEAD/README.md -------------------------------------------------------------------------------- /layouts/shortcodes/loremipsum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martignoni/hugo-loremipsum/HEAD/layouts/shortcodes/loremipsum.html -------------------------------------------------------------------------------- /theme.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martignoni/hugo-loremipsum/HEAD/theme.yaml --------------------------------------------------------------------------------