git ssb

0+

Rômulo Alves / website



Commit c4bb7509933e2ef0c3526f38b20e46ec137335e4

Changing master to publish page

Rômulo Alves committed on 8/27/2016, 1:59:31 AM
Parent: eacd984cfbaafe006881abbf32f3648f480568ba

Files changed

.DS_Storechanged
.gitignoredeleted
index.htmladded
gulpfile.jsdeleted
package.jsondeleted
src/index.htmldeleted
src/robots.txtdeleted
src/style.cssdeleted
.DS_StoreView
@@ -1,5 +1,1 @@
1-Bud1 age.js package.jsonIlocblobF(������srcIlocblob�(������srcbwspblob�bplist00�
2-
3-
4- 
5-]ShowStatusBar[ShowSidebar[ShowPathbar[ShowToolbar[ShowTabView_ContainerShowSidebar\WindowBounds\SidebarWidth_PreviewPaneVisibility   _{{449, 571}, {770, 436}}�)5AMYp}�����������srcvSrnlong  @� @� @� @ E DSDB `� @� @� @
1+Bud1%  @� @� @� @ E%DSDB`� @� @� @
.gitignoreView
@@ -1,2 +1,0 @@
1-node_modules
2-dist
index.htmlView
@@ -1,0 +1,1 @@
1+<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=description content="Rômulo Alves personal website"><meta name=viewport content="width=device-width, initial-scale=1.0"><title>Rômulo Alves</title><style>*{font-family:Menlo,Monaco,Consolas}body{padding-top:80px}.container{margin:0 auto;text-align:center;width:200px}h1,h2{padding:0;margin:0}h1{font-size:25px}h2{color:#888;font-size:15px}aside{margin-top:50px}a{font-size:12px;margin-right:8px}</style></head><body><div class=container><h1>Rômulo Alves</h1><h2>Web Developer</h2><aside><a href=https://twitter.com/romuloalves target=_blank title=Twitter>Twitter</a> <a href=https://github.com/romuloalves target=_blank title=GitHub>GitHub</a> <a href=mailto:romuloaalv@gmail.com target=_blank title=Email>Email</a></aside></div></body></html>
gulpfile.jsView
@@ -1,21 +1,0 @@
1-var gulp = require('gulp');
2-var minifyHtml = require('gulp-minify-html');
3-var cleanCSS = require('gulp-clean-css');
4-var usemin = require('gulp-usemin');
5-var rev = require('gulp-rev');
6-var ghPages = require('gulp-gh-pages');
7-
8-gulp.task('build', function () {
9- return gulp.src('src/index.html')
10- .pipe(usemin({
11- css: [ rev() ],
12- html: [ minifyHtml({ empty: true }) ],
13- inlinecss: [ cleanCSS, 'concat' ]
14- }))
15- .pipe(gulp.dest('dist/'));
16-});
17-
18-gulp.task('deploy', function() {
19- return gulp.src('./dist/**/*')
20- .pipe(ghPages());
21-});
package.jsonView
@@ -1,23 +1,0 @@
1-{
2- "name": "romuloalves.github.io",
3- "version": "1.0.0",
4- "description": "Personal website",
5- "repository": {
6- "type": "git",
7- "url": "git+https://github.com/romuloalves/romuloalves.github.io.git"
8- },
9- "author": "Rômulo Alves <romuloaalv@gmail.com>",
10- "license": "ISC",
11- "bugs": {
12- "url": "https://github.com/romuloalves/romuloalves.github.io/issues"
13- },
14- "homepage": "https://github.com/romuloalves/romuloalves.github.io#readme",
15- "devDependencies": {
16- "gulp": "^3.9.1",
17- "gulp-clean-css": "^2.0.12",
18- "gulp-gh-pages": "^0.5.4",
19- "gulp-minify-html": "^1.0.6",
20- "gulp-rev": "^7.1.2",
21- "gulp-usemin": "^0.3.24"
22- }
23-}
src/index.htmlView
@@ -1,24 +1,0 @@
1-<!DOCTYPE html>
2-<html>
3- <head>
4- <meta charset="utf-8">
5- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6- <meta name="description" content="Rômulo Alves personal website">
7- <meta name="viewport" content="width=device-width, initial-scale=1.0">
8- <title>Rômulo Alves</title>
9- <!-- build:inlinecss -->
10- <link rel="stylesheet" type="text/css" href="style.css">
11- <!-- endbuild -->
12- </head>
13- <body>
14- <div class="container">
15- <h1>Rômulo Alves</h1>
16- <h2>Web Developer</h2>
17- <aside>
18- <a href="https://twitter.com/romuloalves" target="_blank" title="Twitter">Twitter</a>
19- <a href="https://github.com/romuloalves" target="_blank" title="GitHub">GitHub</a>
20- <a href="mailto:romuloaalv@gmail.com" target="_blank" title="Email">Email</a>
21- </aside>
22- </div>
23- </body>
24-</html>
src/robots.txtView
@@ -1,5 +1,0 @@
1-# www.robotstxt.org/
2-
3-# Allow crawling of all content
4-User-agent: *
5-Disallow:
src/style.cssView
@@ -1,36 +1,0 @@
1-* {
2- font-family: Menlo, Monaco, Consolas;
3-}
4-
5-body {
6- padding-top: 80px;
7-}
8-
9-.container {
10- margin: 0 auto;
11- text-align: center;
12- width: 200px;
13-}
14-
15-h1, h2 {
16- padding: 0;
17- margin: 0;
18-}
19-
20-h1 {
21- font-size: 25px;
22-}
23-
24-h2 {
25- color: #888;
26- font-size: 15px;
27-}
28-
29-aside {
30- margin-top: 50px;
31-}
32-
33-a {
34- font-size: 12px;
35- margin-right: 8px;
36-}

Built with git-ssb-web