File tree Expand file tree Collapse file tree 6 files changed +56
-0
lines changed
an-all-new-way-to-build-websites Expand file tree Collapse file tree 6 files changed +56
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ module.exports = function(config) {
1717 ] . reverse ( ) ;
1818 } ) ;
1919
20+ config . addPassthroughCopy ( { './public' : './' } ) ;
2021 config . addPassthroughCopy ( './src/img' ) ;
2122 config . addPassthroughCopy ( './src/styles' ) ;
2223
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < meta http-equiv ="Refresh " content ="0; URL=https://v1.kylegach.com/colophon/ ">
7+ < title > Colophon • Kyle Gach</ title >
8+ </ head >
9+ < body >
10+ </ body >
11+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < meta http-equiv ="Refresh " content ="0; URL=https://v1.kylegach.com/resume/ ">
7+ < title > Résumé • Kyle Gach</ title >
8+ </ head >
9+ < body >
10+ </ body >
11+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < meta http-equiv ="Refresh " content ="0; URL=https://v1.kylegach.com/work/a-fully-responsive-cms/ ">
7+ < title > A Fully Responsive CMS • Kyle Gach</ title >
8+ </ head >
9+ < body >
10+ </ body >
11+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < meta http-equiv ="Refresh " content ="0; URL=https://v1.kylegach.com/work/an-all-new-way-to-build-websites/ ">
7+ < title > An All-New Way to Build Websites • Kyle Gach</ title >
8+ </ head >
9+ < body >
10+ </ body >
11+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < meta http-equiv ="Refresh " content ="0; URL=https://v1.kylegach.com/work/ ">
7+ < title > Work • Kyle Gach</ title >
8+ </ head >
9+ < body >
10+ </ body >
11+ </ html >
You can’t perform that action at this time.
0 commit comments