From 34547ce62d5e75fb1e946f0f79df12cd65bb2a56 Mon Sep 17 00:00:00 2001 From: CoderSherlock Date: Tue, 16 Aug 2016 14:03:50 -0400 Subject: [PATCH] Change_theme --- css/blackburn.css | 77 ++++ css/side-menu-old-ie.css | 254 +++++++++++ css/side-menu.css | 248 ++++++++++ img/favicon.ico | Bin 0 -> 318 bytes index.html | 479 +++++++++++++------- index.xml | 2 +- js/ui.js | 35 ++ post/Cross-Compile-RSync-ARM/index.html | 377 ++++++++------- post/Cross-Compile-Seafile-2-ARM/index.html | 377 ++++++++------- post/Pokemon-Go-Hack/index.html | 383 +++++++++------- post/index.html | 356 ++++++++------- post/index.xml | 2 +- tags/android/index.html | 416 +++++++++++------ tags/android/index.xml | 2 +- tags/arm/index.html | 416 +++++++++++------ tags/arm/index.xml | 2 +- tags/github/index.html | 339 ++++++++------ tags/github/index.xml | 2 +- tags/hack/index.html | 339 ++++++++------ tags/hack/index.xml | 2 +- tags/index.html | 335 ++++++++------ topics/index.html | 201 ++++++++ 22 files changed, 3145 insertions(+), 1499 deletions(-) create mode 100644 css/blackburn.css create mode 100644 css/side-menu-old-ie.css create mode 100644 css/side-menu.css create mode 100644 img/favicon.ico create mode 100644 js/ui.js create mode 100644 topics/index.html diff --git a/css/blackburn.css b/css/blackburn.css new file mode 100644 index 0000000..c591985 --- /dev/null +++ b/css/blackburn.css @@ -0,0 +1,77 @@ +.header { + font-family: "Raleway", Helvetica, Arial, sans-serif +} + +a { + color: #3b8bba; + text-decoration: none; +} +a:hover, +a:focus { + text-decoration: underline; +} +a:visited { + color: #265778; +} + +.small-print { + font-size: 0.8em; + margin: 0.6em; +} + +.post-meta { + font-size: 90%; +} + +article > footer { + text-align: right; +} + +.prev-next-post { + margin-top: 2em; + padding-top: 2em; + padding-bottom: 2em; + border-top: 1px solid #eee; + border-bottom: 1px solid #eee; +} + +.prev-next-post .prev { + float: left; + text-align: left; + overflow: hidden; +} + +.prev-next-post .next { + float: right; + text-align: right; + overflow: hidden; +} + +#menu .brand { + font-family: Raleway; + font-weight: bold; + font-size: 1em; + letter-spacing: 0.1em; + text-transform: none; + background: transparent; + text-decoration: none; + margin: 0.5em 0; +} + +#menu .pure-menu { + font-size: 0.9em; +} + +i { + display: inline-block; + margin-right: 0.2em; +} + +.pagination { + text-align: center; + margin-top: 3em; +} + +.pagination a { + color: #265778; +} \ No newline at end of file diff --git a/css/side-menu-old-ie.css b/css/side-menu-old-ie.css new file mode 100644 index 0000000..0b0e738 --- /dev/null +++ b/css/side-menu-old-ie.css @@ -0,0 +1,254 @@ +body { + color: #777; +} + +.pure-img-responsive { + max-width: 100%; + height: auto; +} + +/* +Add transition to containers so they can push in and out. +*/ + +#layout, +#menu, +.menu-link { + -webkit-transition: all 0.2s ease-out; + -moz-transition: all 0.2s ease-out; + -ms-transition: all 0.2s ease-out; + -o-transition: all 0.2s ease-out; + transition: all 0.2s ease-out; +} + +/* +This is the parent `
` that contains the menu and the content area. +*/ + +#layout { + position: relative; + padding-left: 0; +} + +#layout.active #menu { + left: 150px; + width: 150px; +} + +#layout.active .menu-link { + left: 150px; +} + +/* +The content `
` is where all your content goes. +*/ + +.content { + margin: 0 auto; + padding: 0 2em; + max-width: 800px; + margin-bottom: 50px; + line-height: 1.6em; +} + +.header { + margin: 0; + color: #333; + text-align: center; + padding: 2.5em 2em 0; + border-bottom: 1px solid #eee; +} + +.header h1 { + margin: 0.2em 0; + font-size: 3em; + font-weight: 300; +} + +.header h2 { + font-weight: 300; + color: #ccc; + padding: 0; + margin-top: 0; +} + +.content-subhead { + margin: 50px 0 20px 0; + font-weight: 300; + color: #888; +} + +/* +The `#menu` `
` is the parent `
` that contains the `.pure-menu` that +appears on the left side of the page. +*/ + +#menu { + margin-left: -150px; + /* "#menu" width */ + width: 150px; + position: fixed; + top: 0; + left: 0; + bottom: 0; + z-index: 1000; + /* so the menu or its navicon stays above all content */ + background: #191818; + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +/* + All anchors inside the menu should be styled like this. + */ + +#menu a { + color: #999; + border: none; + padding: 0.6em 0 0.6em 0.6em; +} + +/* + Remove all background/borders, since we are applying them to #menu. + */ + +#menu .pure-menu, +#menu .pure-menu ul { + border: none; + background: transparent; +} + +/* + Add that light border to separate items into groups. + */ + +#menu .pure-menu ul, +#menu .pure-menu .menu-item-divided { + border-top: 1px solid #333; +} + +/* + Change color of the anchor links on hover/focus. + */ + +#menu .pure-menu li a:hover, +#menu .pure-menu li a:focus { + background: #333; +} + +/* + This styles the selected menu item `
  • `. + */ + +#menu .pure-menu-selected, +#menu .pure-menu-heading { + background: #1f8dd6; +} + +/* + This styles a link within a selected menu item `
  • `. + */ + +#menu .pure-menu-selected a { + color: #fff; +} + +/* + This styles the menu heading. + */ + +#menu .pure-menu-heading { + font-size: 110%; + color: #fff; + margin: 0; +} + +/* -- Dynamic Button For Responsive Menu -------------------------------------*/ + +/* +The button to open/close the Menu is custom-made and not part of Pure. Here's +how it works: +*/ + +/* +`.menu-link` represents the responsive menu toggle that shows/hides on +small screens. +*/ + +.menu-link { + position: fixed; + display: block; + /* show this only on small screens */ + top: 0; + left: 0; + /* "#menu width" */ + background: #000; + background: rgba(0,0,0,0.7); + font-size: 10px; + /* change this value to increase/decrease button size */ + z-index: 10; + width: 2em; + height: auto; + padding: 2.1em 1.6em; +} + +.menu-link:hover, +.menu-link:focus { + background: #000; +} + +.menu-link span { + position: relative; + display: block; +} + +.menu-link span, +.menu-link span:before, +.menu-link span:after { + background-color: #fff; + width: 100%; + height: 0.2em; +} + +.menu-link span:before, +.menu-link span:after { + position: absolute; + margin-top: -0.6em; + content: " "; +} + +.menu-link span:after { + margin-top: 0.6em; +} + +/* -- Responsive Styles (Media Queries) ------------------------------------- */ + +/* +Hides the menu at `48em`, but modify this based on your app's needs. +*/ + +.header, +.content { + padding-left: 2em; + padding-right: 2em; +} + +#layout { + padding-left: 150px; + /* left col width "#menu" */ + left: 0; +} + +#menu { + left: 150px; +} + +.menu-link { + position: fixed; + left: 150px; + display: none; +} + +#layout.active .menu-link { + left: 150px; +} \ No newline at end of file diff --git a/css/side-menu.css b/css/side-menu.css new file mode 100644 index 0000000..b5ce7ae --- /dev/null +++ b/css/side-menu.css @@ -0,0 +1,248 @@ +body { + color: #777; +} + +.pure-img-responsive { + max-width: 100%; + height: auto; +} + +/* +Add transition to containers so they can push in and out. +*/ +#layout, +#menu, +.menu-link { + -webkit-transition: all 0.2s ease-out; + -moz-transition: all 0.2s ease-out; + -ms-transition: all 0.2s ease-out; + -o-transition: all 0.2s ease-out; + transition: all 0.2s ease-out; +} + +/* +This is the parent `
    ` that contains the menu and the content area. +*/ +#layout { + position: relative; + padding-left: 0; +} + #layout.active #menu { + left: 150px; + width: 150px; + } + + #layout.active .menu-link { + left: 150px; + } +/* +The content `
    ` is where all your content goes. +*/ +.content { + margin: 0 auto; + padding: 0 2em; + max-width: 800px; + margin-bottom: 50px; + line-height: 1.6em; +} + +.header { + margin: 0; + color: #333; + text-align: center; + padding: 2.5em 2em 0; + border-bottom: 1px solid #eee; + } + .header h1 { + margin: 0.2em 0; + font-size: 3em; + font-weight: 300; + } + .header h2 { + font-weight: 300; + color: #ccc; + padding: 0; + margin-top: 0; + } + +.content-subhead { + margin: 50px 0 20px 0; + font-weight: 300; + color: #888; +} + + + +/* +The `#menu` `
    ` is the parent `
    ` that contains the `.pure-menu` that +appears on the left side of the page. +*/ + +#menu { + margin-left: -150px; /* "#menu" width */ + width: 150px; + position: fixed; + top: 0; + left: 0; + bottom: 0; + z-index: 1000; /* so the menu or its navicon stays above all content */ + background: #191818; + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + /* + All anchors inside the menu should be styled like this. + */ + #menu a { + color: #999; + border: none; + padding: 0.6em 0 0.6em 0.6em; + } + + /* + Remove all background/borders, since we are applying them to #menu. + */ + #menu .pure-menu, + #menu .pure-menu ul { + border: none; + background: transparent; + } + + /* + Add that light border to separate items into groups. + */ + #menu .pure-menu ul, + #menu .pure-menu .menu-item-divided { + border-top: 1px solid #333; + } + /* + Change color of the anchor links on hover/focus. + */ + #menu .pure-menu li a:hover, + #menu .pure-menu li a:focus { + background: #333; + } + + /* + This styles the selected menu item `
  • `. + */ + #menu .pure-menu-selected, + #menu .pure-menu-heading { + background: #1f8dd6; + } + /* + This styles a link within a selected menu item `
  • `. + */ + #menu .pure-menu-selected a { + color: #fff; + } + + /* + This styles the menu heading. + */ + #menu .pure-menu-heading { + font-size: 110%; + color: #fff; + margin: 0; + } + +/* -- Dynamic Button For Responsive Menu -------------------------------------*/ + +/* +The button to open/close the Menu is custom-made and not part of Pure. Here's +how it works: +*/ + +/* +`.menu-link` represents the responsive menu toggle that shows/hides on +small screens. +*/ +.menu-link { + position: fixed; + display: block; /* show this only on small screens */ + top: 0; + left: 0; /* "#menu width" */ + background: #000; + background: rgba(0,0,0,0.7); + font-size: 10px; /* change this value to increase/decrease button size */ + z-index: 10; + width: 2em; + height: auto; + padding: 2.1em 1.6em; +} + + .menu-link:hover, + .menu-link:focus { + background: #000; + } + + .menu-link span { + position: relative; + display: block; + } + + .menu-link span, + .menu-link span:before, + .menu-link span:after { + background-color: #fff; + width: 100%; + height: 0.2em; + } + + .menu-link span:before, + .menu-link span:after { + position: absolute; + margin-top: -0.6em; + content: " "; + } + + .menu-link span:after { + margin-top: 0.6em; + } + + +/* -- Responsive Styles (Media Queries) ------------------------------------- */ + +/* +Hides the menu at `48em`, but modify this based on your app's needs. +*/ +@media (min-width: 48em) { + + .header, + .content { + padding-left: 2em; + padding-right: 2em; + } + + #layout { + padding-left: 150px; /* left col width "#menu" */ + left: 0; + } + #menu { + left: 150px; + } + + .menu-link { + position: fixed; + left: 150px; + display: none; + } + + #layout.active .menu-link { + left: 150px; + } +} + +@media (max-width: 48em) { + /* Only apply this when the window is small. Otherwise, the following + case results in extra padding on the left: + * Make the window small. + * Tap the menu to trigger the active state. + * Make the window large again. + */ + #layout.active { + position: relative; + left: 150px; + } +} + diff --git a/img/favicon.ico b/img/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..e1cb609350e298f98a9f32fbaace8d0c246dcf68 GIT binary patch literal 318 zcmZQzU<5(|0RbS%!l1#(z#zuJz@P!d0zj+)#2|4HXaJKC0wf0lvelm%BqSsmuJy_@ z7+w0s5Vtc9B0(a_C - - - - + - - - - - - - - + + + + + + + Mil años de solitario + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + -
    - - - - - +
    + +
    +

    Mil años de solitario

    +

    +
    + +
    + +
    +
    +

    Cross Compile RSync ARM

    + + + +
    + +

    + Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection. +

    + + + + +
    + + +
    +
    +

    Pokemon Go Hack

    + + + +
    + +

    + Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game. +

    + + + + +
    + + +
    +
    +

    Cross Compile Seafile 2 ARM

    + + + +
    + +

    + Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform. +

    + + + + +
    + + + + + + +
    + +
    +
  • + + + + + + diff --git a/index.xml b/index.xml index 04d6b71..99b18cc 100644 --- a/index.xml +++ b/index.xml @@ -229,4 +229,4 @@ export LDFLAGS=&quot;-Wl,-rpath-link=-I${SYSROOT}/usr/lib -L${SYSROOT}/usr/l - + \ No newline at end of file diff --git a/js/ui.js b/js/ui.js new file mode 100644 index 0000000..acc38a0 --- /dev/null +++ b/js/ui.js @@ -0,0 +1,35 @@ +(function (window, document) { + + var layout = document.getElementById('layout'), + menu = document.getElementById('menu'), + menuLink = document.getElementById('menuLink'); + + function toggleClass(element, className) { + var classes = element.className.split(/\s+/), + length = classes.length, + i = 0; + + for(; i < length; i++) { + if (classes[i] === className) { + classes.splice(i, 1); + break; + } + } + // The className is not found + if (length === classes.length) { + classes.push(className); + } + + element.className = classes.join(' '); + } + + menuLink.onclick = function (e) { + var active = 'active'; + + e.preventDefault(); + toggleClass(layout, active); + toggleClass(menu, active); + toggleClass(menuLink, active); + }; + +}(this, this.document)); diff --git a/post/Cross-Compile-RSync-ARM/index.html b/post/Cross-Compile-RSync-ARM/index.html index c971fe1..de65f7e 100644 --- a/post/Cross-Compile-RSync-ARM/index.html +++ b/post/Cross-Compile-RSync-ARM/index.html @@ -1,94 +1,213 @@ - - - - + - - - - - - - - + + + + + + + Cross Compile RSync ARM · Mil años de solitario + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + -
    -
    +
    +
    + - - - - - - - + diff --git a/post/Cross-Compile-Seafile-2-ARM/index.html b/post/Cross-Compile-Seafile-2-ARM/index.html index bbc145f..afc8116 100644 --- a/post/Cross-Compile-Seafile-2-ARM/index.html +++ b/post/Cross-Compile-Seafile-2-ARM/index.html @@ -1,94 +1,213 @@ - - - - + - - - - - - - - + + + + + + + Cross Compile Seafile 2 ARM · Mil años de solitario + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + -
    - + + + - - - - - - - + diff --git a/post/Pokemon-Go-Hack/index.html b/post/Pokemon-Go-Hack/index.html index 626b04f..1136fc6 100644 --- a/post/Pokemon-Go-Hack/index.html +++ b/post/Pokemon-Go-Hack/index.html @@ -1,94 +1,213 @@ - - - - + - - - - - - - - + + + + + + + Pokemon Go Hack · Mil años de solitario + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + -
    - + + + - - - - - - - + diff --git a/post/index.html b/post/index.html index 863acf7..4b20d01 100644 --- a/post/index.html +++ b/post/index.html @@ -1,191 +1,213 @@ - - - - + - - - - - - - - + + + + + + + Posts · Mil años de solitario + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + -
    - - - - - +
    - - +
    +

    Posts

    +
    +
    + +

    2016

    + + +
    + +
    + + + + + + + diff --git a/post/index.xml b/post/index.xml index 76c16da..f30b8ef 100644 --- a/post/index.xml +++ b/post/index.xml @@ -229,4 +229,4 @@ export LDFLAGS=&quot;-Wl,-rpath-link=-I${SYSROOT}/usr/lib -L${SYSROOT}/usr/l - + \ No newline at end of file diff --git a/tags/android/index.html b/tags/android/index.html index c13f29c..4006b06 100644 --- a/tags/android/index.html +++ b/tags/android/index.html @@ -1,175 +1,289 @@ - - - - + - - - - - - - - + + + + + + + Android · Mil años de solitario + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + -
    - - - - - +
    + +
    +

    Android

    +
    + +
    + +
    +
    +

    Cross Compile RSync ARM

    + + + +
    + +

    + Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection. +

    + + + + +
    + + +
    +
    +

    Cross Compile Seafile 2 ARM

    + + + +
    + +

    + Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform. +

    + + + + +
    + + +
    + +
    + + + + + + + - diff --git a/tags/android/index.xml b/tags/android/index.xml index bf6c1d1..2d7fcc7 100644 --- a/tags/android/index.xml +++ b/tags/android/index.xml @@ -202,4 +202,4 @@ export LDFLAGS=&quot;-Wl,-rpath-link=-I${SYSROOT}/usr/lib -L${SYSROOT}/usr/l - + \ No newline at end of file diff --git a/tags/arm/index.html b/tags/arm/index.html index ae053a0..e79ea7a 100644 --- a/tags/arm/index.html +++ b/tags/arm/index.html @@ -1,175 +1,289 @@ - - - - + - - - - - - - - + + + + + + + Arm · Mil años de solitario + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + -
    - - - - - +
    + +
    +

    Arm

    +
    + +
    + +
    +
    +

    Cross Compile RSync ARM

    + + + +
    + +

    + Cross Compile Rsync to ARM platform As always, feel free to ask. // Sherlock Motivation I got some issues about compile seafile to android, so instead of doing so, I start to figure out some other synchronize workflow. Rsync is one of the most mature synchronization solution. So I made the decision on planting rsync to android. Pre-work Rsync is a sync program with delta sync feature and based on SSH connection. +

    + + + + +
    + + +
    +
    +

    Cross Compile Seafile 2 ARM

    + + + +
    + +

    + Cross Compile Seafile to ARM platform Motivation This project is working for delta sync from mobile to server. Currently, there’s no mobile program/solution has supporting to delta sync(Include Dropbox/ Goggle Drive). But the truth is that almost every pc version sync program can work as delta sync properly or not. So in this article, I’ll provide a workbench for cross compilation and evaluation. And finally come up with a reason of how to port better incremental synchronize solution on mobile platform. +

    + + + + +
    + + +
    + +
    + + + + + + + - diff --git a/tags/arm/index.xml b/tags/arm/index.xml index a788042..edc7b45 100644 --- a/tags/arm/index.xml +++ b/tags/arm/index.xml @@ -202,4 +202,4 @@ export LDFLAGS=&quot;-Wl,-rpath-link=-I${SYSROOT}/usr/lib -L${SYSROOT}/usr/l - + \ No newline at end of file diff --git a/tags/github/index.html b/tags/github/index.html index 48da5b1..f5015bf 100644 --- a/tags/github/index.html +++ b/tags/github/index.html @@ -1,159 +1,244 @@ - - - - + - - - - - - - - + + + + + - - Github - Mil años de solitario - - - + Github · Mil años de solitario - - - + + + - + + + + - + + + + -
    - -
    + + -
    -
    + + + + + + + + + + -
    + +
    -
    -
    -
    Github
    + + + + + + + + +
    + + +
    +

    Github

    +
    + +
    + +
    -
    Sat, Jul 30, 2016
    - +

    Pokemon Go Hack

    + + +
    -
    Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.
    + +

    + Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game. +

    -
    - - - - - -
    -
    - - - - -
    -
    +
    -
    -
    +
    + - - - - - - - + - diff --git a/tags/github/index.xml b/tags/github/index.xml index 2ae138e..1a76161 100644 --- a/tags/github/index.xml +++ b/tags/github/index.xml @@ -39,4 +39,4 @@ Anyway, after coming back, I think I write too much on useless words, so let me - + \ No newline at end of file diff --git a/tags/hack/index.html b/tags/hack/index.html index 53d45ce..72e8ce8 100644 --- a/tags/hack/index.html +++ b/tags/hack/index.html @@ -1,159 +1,244 @@ - - - - + - - - - - - - - + + + + + - - Hack - Mil años de solitario - - - + Hack · Mil años de solitario - - - + + + - + + + + - + + + + -
    - -
    + + -
    -
    + + + + + + + + + + -
    + +
    -
    -
    -
    Hack
    + + + + + + + + +
    + + +
    +

    Hack

    +
    + +
    + +
    -
    Sat, Jul 30, 2016
    - +

    Pokemon Go Hack

    + + +
    -
    Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game.
    + +

    + Catch them all until bored Preface I never imagined that I will truly write something for hacking a game. Though I have to admit that Pokemon Go is a huge heat and different from other games, it still hard to believe that I took movement to make it better(or worse?). I was a big fun of ingress, and thanks to one of my best friends, Kevin, who was also a huge fan to ingress, recommended me this game. +

    -
    - - - - - -
    -
    - - - - -
    -
    +
    -
    -
    +
    + - - - - - - - + - diff --git a/tags/hack/index.xml b/tags/hack/index.xml index 7c78089..8080908 100644 --- a/tags/hack/index.xml +++ b/tags/hack/index.xml @@ -39,4 +39,4 @@ Anyway, after coming back, I think I write too much on useless words, so let me - + \ No newline at end of file diff --git a/tags/index.html b/tags/index.html index c94ea34..89580a1 100644 --- a/tags/index.html +++ b/tags/index.html @@ -1,150 +1,221 @@ - - - - + - - - - - - - - + + + + + - - Tags - Mil años de solitario - - - - - - - - - - - - -
    - -
    - -
    -
    - - -
    - -
    -
    - -
    Tags
    - - - android - - arm - - github - - hack - - -
    -
    - - + + + + + -
    + +
    + + + + + + + -
    -
    - - - - - +
    - - +
    +

    Tags

    +
    +
    + +
    + +
    +
    + + + + + + - diff --git a/topics/index.html b/topics/index.html new file mode 100644 index 0000000..8004fb9 --- /dev/null +++ b/topics/index.html @@ -0,0 +1,201 @@ + + + + + + + + + + Topics · Mil años de solitario + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + +
    + + +
    +

    Topics

    +
    +
    +
      + + +
    +
    + +
    +
    + + + + + + +