Skip to content

Commit

Permalink
Merge pull request #3 from LNA-DEV/dev
Browse files Browse the repository at this point in the history
Updated Dependencies
  • Loading branch information
LNA-DEV authored Dec 6, 2022
2 parents 49dbf28 + f071147 commit 19b7b71
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions .run/Hugo.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Hugo" type="ShConfigurationType">
<option name="SCRIPT_TEXT" value="hugo serve" />
<option name="INDEPENDENT_SCRIPT_PATH" value="true" />
<option name="SCRIPT_PATH" value="" />
<option name="SCRIPT_OPTIONS" value="" />
<option name="INDEPENDENT_SCRIPT_WORKING_DIRECTORY" value="true" />
<option name="SCRIPT_WORKING_DIRECTORY" value="$PROJECT_DIR$" />
<option name="INDEPENDENT_INTERPRETER_PATH" value="true" />
<option name="INTERPRETER_PATH" value="/bin/zsh" />
<option name="INTERPRETER_OPTIONS" value="" />
<option name="EXECUTE_IN_TERMINAL" value="true" />
<option name="EXECUTE_SCRIPT_FILE" value="false" />
<envs />
<method v="2" />
</configuration>
</component>
2 changes: 1 addition & 1 deletion dependencies/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/google/docsy/dependencies
module github.com/LNA-DEV/PrivateDocsy/dependencies

go 1.12

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.12

require (
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f // indirect
github.com/google/docsy/dependencies v0.5.1 // indirect
github.com/LNA-DEV/PrivateDocsy/dependencies v0.0.3 // indirect
github.com/twbs/bootstrap v4.6.2+incompatible // indirect
)
8 changes: 4 additions & 4 deletions theme.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name = "Docsy"
name = "PrivateDocsy"
license = "Apache 2.0"
licenselink = "https://github.com/google/docsy/blob/main/LICENSE"
licenselink = "https://github.com/LNA-DEV/PrivateDocsy/blob/main/LICENSE"
description = "A Hugo theme for technical documentation sites"
homepage = "https://docsy.dev"
tags = ["documentation", "multilingual", "customizable", "responsive", "docs"]
tags = ["documentation", "multilingual", "customizable", "responsive", "docs", "privacy"]
features = []
min_version = 0.53

[author]
name = "The Docsy Authors"
name = "The PrivateDocsy Authors"
homepage = "https://docsy.dev"

0 comments on commit 19b7b71

Please sign in to comment.