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

github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@users.noreply.github.com>2018-12-17 02:04:32 +0300
committerGitHub <noreply@github.com>2018-12-17 02:04:32 +0300
commitad6d7fe71b7b789bfc7df4ea4343b3f5483d2781 (patch)
tree392d76deba5fd76d197eb013a77e53c11c604eaf /theme.toml
parente43c2fd0d8ebb903de1532e2666c9c72f34b31bf (diff)
Add files via upload
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..c93fe4e
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,21 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Sada"
+license = "MIT"
+licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
+description = "Simple theme for resume created using Bootstrap 4"
+homepage = "https://github.com/darshanbaral/hugo_themes/tree/master/sada"
+tags = ["portfolio", "resume", "simple", "onepage"]
+features = ["responsive"]
+min_version = "0.41"
+
+[author]
+ name = "Darshan Baral"
+ homepage = "darshanbaral.com"
+
+# If porting an existing theme
+[original]
+ name = ""
+ homepage = ""
+ repo = "" \ No newline at end of file