Skip to content

Commit e78dc3c

Browse files
committed
Update to 'under construction' mode
1 parent 6832c87 commit e78dc3c

File tree

4 files changed

+24
-26
lines changed

4 files changed

+24
-26
lines changed

config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The URL the site will be built for
22
base_url = "https://digitalmccullough.com"
33

4-
title = "digitalmccullough.com"
4+
title = "David McCullough"
55
description = "David McCulluogh | IT Expert | Freetime Programmer"
66

77
# Whether to automatically compile all Sass files in the sass directory
@@ -20,9 +20,9 @@ default_language = "en"
2020
[extra]
2121
# User settings
2222
username = "David McCullough"
23-
user_description = "Bicycle rights irony actually neutra typewriter lyft. Man bun taxidermy put a bird on it, umami yr ramps pop-up ugh bushwick chia lo-fi. Occupy bitters pour-over snackwave you probably haven't heard of them small batch. Cornhole mustache man bun letterpress echo park VHS."
24-
user_title = "IT Expert | Freetime Programmer | Software Developer"
25-
email = "anon@anon.com"
23+
user_description = "Various things I'm an expert at."
24+
user_title = "IT Expert | Freetime Programmer"
25+
email = "freetimeprogrammer@digitalmccullough.com"
2626
twitter_username = "lorem_ipsum"
2727
github_username = "lorem_ipsum"
2828
gplus_username = "lorem_ipsum"

templates/content.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,21 @@ <h2>Design</h2>
99
<i class="devicon-html5-plain-wordmark"></i>
1010
<i class="devicon-bootstrap-plain-wordmark colored"></i>
1111
<i class="devicon-sass-original colored"></i>
12-
<p>Mumblecore hexagon kombucha, pitchfork four loko raclette intelligentsia master cleanse.
13-
Vinyl XOXO lumbersexual</p>
12+
<p>Description of design skill</p>
1413
</div>
1514
<div class="tech">
1615
<h2>Code</h2>
1716
<i class="devicon-javascript-plain colored"></i>
1817
<i class="devicon-react-original-wordmark colored"></i>
1918
<i class="devicon-nodejs-plain-wordmark"></i>
20-
<p>Mumblecore hexagon kombucha, pitchfork four loko raclette intelligentsia master cleanse.
21-
Vinyl XOXO lumbersexual</p>
19+
<p>Description of code skills</p>
2220
</div>
2321
<div class="tech">
2422
<h2>Tools</h2>
2523
<i class="devicon-git-plain"></i>
2624
<i class="devicon-gulp-plain colored"></i>
2725
<i class="devicon-atom-original-wordmark"></i>
28-
<p>Mumblecore hexagon kombucha, pitchfork four loko raclette intelligentsia master cleanse.
29-
Vinyl XOXO lumbersexual</p>
26+
<p>Description of tools competencies</p>
3027
</div>
3128
</div>
3229
{% endmacro about %}

templates/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
{{ macros::header() }}
1212

13-
<section id="about">
14-
{{ content::about() }}
15-
</section>
13+
<!--<section id="about">-->
14+
<!-- {{ content::about() }}-->
15+
<!--</section>-->
1616

17-
<section id="projects">
18-
{{ content::projects() }}
19-
</section>
17+
<!--<section id="projects">-->
18+
<!-- {{ content::projects() }}-->
19+
<!--</section>-->
2020

2121
{% block content %}
2222
<p></p>

templates/macros.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@ <h1>
2929
<span class="site-title">{{ config.extra.username }}</span>
3030
<span class="site-description">{{ config.extra.user_title | linebreaksbr | safe }}</span>
3131
</h1>
32-
<div class="header-icons">
33-
<a aria-label="Send email" href="#"><i class="icon fa fa-envelope"></i></a>
34-
<a aria-label="My Twitter" target="_blank" href="#"><i class="icon fa fa-twitter" aria-hidden="true"></i></a>
35-
<a aria-label="My Google Plus" target="_blank" href="#"><i class="icon fa fa-google-plus" aria-hidden="true"></i></a>
36-
<a aria-label="My Github" target="_blank" href="#"><i class="icon fa fa-github-alt" aria-hidden="true"></i></a>
37-
</div>
38-
<div class="header-links">
39-
<a class="link" href="#about" data-scroll>About Me</a>
40-
<a class="link" href="#projects" data-scroll>Projects</a>
41-
</div>
32+
<div class="header-links">More Coming Soon</div>
33+
<!--<div class="header-icons">-->
34+
<!-- <a aria-label="Send email" href="#"><i class="icon fa fa-envelope"></i></a>-->
35+
<!-- <a aria-label="My Twitter" target="_blank" href="#"><i class="icon fa fa-twitter" aria-hidden="true"></i></a>-->
36+
<!-- <a aria-label="My Google Plus" target="_blank" href="#"><i class="icon fa fa-google-plus" aria-hidden="true"></i></a>-->
37+
<!-- <a aria-label="My Github" target="_blank" href="#"><i class="icon fa fa-github-alt" aria-hidden="true"></i></a>-->
38+
<!--</div>-->
39+
<!--<div class="header-links">-->
40+
<!-- <a class="link" href="#about" data-scroll>About Me</a>-->
41+
<!-- <a class="link" href="#projects" data-scroll>Projects</a>-->
42+
<!--</div>-->
4243
</div>
4344
<a class="down" href="#about" data-scroll><i class="icon fa fa-chevron-down" aria-hidden="true"></i></a>
4445
</div>

0 commit comments

Comments
 (0)