Skip to content

Commit

Permalink
Rename theme
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Aug 16, 2024
1 parent 58c5f14 commit b9b29e8
Show file tree
Hide file tree
Showing 84 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
base_url = "https://doingstuff.dev"

theme = "hyde-hyde-hyde-zola"
theme = "doingstuff-zola"

title = "Doing Stuff"
description = "A blog about stuff"
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
15 changes: 15 additions & 0 deletions themes/doingstuff-zola/sass/doingstuff.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@import 'doingstuff/variables';
@import 'doingstuff/mixins';
@import 'doingstuff/base';
@import 'doingstuff/topbar';
@import 'doingstuff/about';
@import 'doingstuff/list';
@import 'doingstuff/post';
@import 'doingstuff/code';
@import 'doingstuff/navigation';
@import 'doingstuff/taxonomies';
@import 'doingstuff/responsive';
@import 'doingstuff/misc';
@import 'doingstuff/search';
@import 'doingstuff/toc';

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $font-scale-dot7: .7rem;
$font-scale-dot8: .8rem;
//

// hyde-hyde
// doingstuff
$small-device-font-size: $root-font-size;
$large-device-font-size: $large-font-size;

Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions themes/doingstuff-zola/sass/print.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import 'doingstuff/variables';
@import 'doingstuff/print';
File renamed without changes
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{# CSS #}
{% block css %}
<link href="{{ get_url(path="fonts.css") }}" rel="stylesheet" type="text/css"/>
<link href="{{ get_url(path="hyde-hyde.css") }}" rel="stylesheet" type="text/css"/>
<link href="{{ get_url(path="doingstuff.css") }}" rel="stylesheet" type="text/css"/>
<link href="{{ get_url(path="print.css") }}" rel="stylesheet" media="print" type="text/css"/>
{% endblock css %}
{% block extra_head %}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "hyde-hyde-hyde-zola"
name = "doingstuff-zola"
description = " Another iteration on the hyde theme"
license = "MIT"
homepage = "https://github.com/gamingrobot/doingstuff.dev"
Expand Down
15 changes: 0 additions & 15 deletions themes/hyde-hyde-hyde-zola/sass/hyde-hyde.scss

This file was deleted.

2 changes: 0 additions & 2 deletions themes/hyde-hyde-hyde-zola/sass/print.scss

This file was deleted.

0 comments on commit b9b29e8

Please sign in to comment.