Skip to content

Commit 2d63cfa

Browse files
author
scottming
committed
fix some words
1 parent 5c43701 commit 2d63cfa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+23748
-1
lines changed

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Ignore docs files
2+
_gh_pages
3+
_site
4+
.ruby-version
5+
.sass-cache
6+
7+
# Numerous always-ignore extensions
8+
*.diff
9+
*.err
10+
*.orig
11+
*.log
12+
*.rej
13+
*.swo
14+
*.swp
15+
*.zip
16+
*.vi
17+
*~
18+
19+
# OS or Editor folders
20+
.DS_Store
21+
._*
22+
Thumbs.db
23+
.cache
24+
.project
25+
.settings
26+
.tmproj
27+
*.esproj
28+
nbproject
29+
*.sublime-project
30+
*.sublime-workspace
31+
.idea
32+
33+
# Komodo
34+
*.komodoproject
35+
.komodotools
36+
37+
# grunt-html-validation
38+
validation-status.json
39+
validation-report.json
40+
41+
# Folders to ignore
42+
node_modules

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ email: [email protected]
66
description: "cool blog"
77
keyword: ""
88
url: "http://scottming.github.io" # your host, for absolute URL
9-
baseurl: "/huxblog-boilerplate" # for example, '/blog' if your blog hosted on 'host/blog'
9+
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
1010

1111

1212

0 commit comments

Comments
 (0)