Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
theletterf committed Jul 18, 2019
1 parent 08fadd1 commit 6afcf68
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 144 deletions.
35 changes: 0 additions & 35 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,3 @@ Nothing defined here. The Hugo project that uses this theme can override theme v
assets/scss/_variables_project.scss
*/

$google_font_name: "Nunito" !default;
$google_font_family: "Nunito:300,300i,400,400i,700,700i" !default;
$web-font-path: "https://fonts.googleapis.com/css?family=#{$google_font_family}";

$primary: #6B8D73;
$secondary: #a7b796;
$enable-gradients: true;
$enable-rounded: true;
$enable-shadows: true;

$primary: #30638E !default;
$primary-light: lighten($primary, 75%) !default;
$secondary: #FFA630 !default;
$success: #3772FF !default;
$info: #C0E0DE !default;
$warning: #ED6A5A !default;
$danger: #ED6A5A !default;
$white: #fff !default;
$light: #D3F3EE !default;

$color-primary: #89bf04 !default;
$color-secondary: #9012fe !default;
$color-info: #a7b796 !default;
$color-warning: #ff6060 !default;
$color-danger: #f00 !default;

$_color-post: #6B8D73 !default;
$_color-get: #3E5D58 !default;
$_color-put: #97AD96 !default;
$_color-delete: #AD6433 !default;
$_color-head: #ECA760 !default;
$_color-patch: #9D9C9C !default;
$_color-disabled: #ebebeb !default;
$_color-options: #BAC8B9 !default;
43 changes: 43 additions & 0 deletions i18n/de.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@


# UI strings. Buttons and similar.

[ui_pager_prev]
other = "Weiter"

[ui_pager_next]
other = "Zurück"

[ui_read_more]
other = "Weiterlesen"

[ui_search]
other = "Diese Seite durchsuchen…"

# Used in sentences such as "Posted in News"
[ui_in]
other = "in"

# Footer text
[footer_all_rights_reserved]
other = "Alle Rechte vorbehalten"

[footer_privacy_policy]
other = "Datenschutzrichtlinie"


# Post (blog, articles etc.)
[post_byline_by]
other = "Von"
[post_created]
other = "Erstellt"
[post_last_mod]
other = "Zuletzt geändert"
[post_edit_this]
other = "Diese Seite bearbeiten"
[post_create_issue]
other = "Problem zu dieser Seite melden"
[post_create_project_issue]
other = "Problem melden"
[post_posts_in]
other = "Einträge in"
2 changes: 1 addition & 1 deletion layouts/partials/page-meta-lastmod.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{ T "post_last_mod"}} {{ .Lastmod.Format .Site.Params.time_format_default }}{{ with .GitInfo }}{{end }}
{{ T "post_last_mod"}} {{ .Lastmod.Format .Site.Params.time_format_default }}{{ with .GitInfo }}: <a href="{{ $.Site.Params.github_repo }}/commit/{{ .Hash }}">{{ .Subject }} ({{ .AbbreviatedHash }})</a>{{end }}
65 changes: 0 additions & 65 deletions static/js/base.js

This file was deleted.

43 changes: 0 additions & 43 deletions static/js/search.js

This file was deleted.

0 comments on commit 6afcf68

Please sign in to comment.