Cargando…

Practical Hexo : a hands-on introduction to building blogs using the Hexo framework /

Leverage the power of Hexo to quickly produce static blog sites that are efficient and fast. This project-oriented book simplifies the process of setting up Hexo and manipulating content, using little more than a text editor and free software. It will equip you with a starting toolset that you can u...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Libby, Alex (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress, 2020.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1181836903
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |||||||||||
008 200801s2020 cau o 001 0 eng d
040 |a EBLCP  |b eng  |e rda  |e pn  |c EBLCP  |d NOC  |d LQU  |d EBLCP  |d GW5XE  |d YDX  |d UKMGB  |d OCLCF  |d DCT  |d UKAHL  |d OCLCQ  |d UPM  |d ERF  |d ESU  |d OCLCQ  |d AUD  |d OCLCQ  |d OCLCO 
015 |a GBC0D7401  |2 bnb 
016 7 |a 019895451  |2 Uk 
019 |a 1182517297  |a 1191074478  |a 1193273813  |a 1195466417  |a 1196162355  |a 1197556988  |a 1198155778  |a 1198818829  |a 1201295952  |a 1204042368  |a 1204057462 
020 |a 9781484260890  |q (electronic bk.) 
020 |a 1484260899  |q (electronic bk.) 
020 |z 9781484260883 
020 |z 1484260880 
024 7 |a 10.1007/978-1-4842-6089-0  |2 doi 
024 8 |a 10.1007/978-1-4842-6 
029 1 |a AU@  |b 000067830088 
029 1 |a AU@  |b 000068656885 
029 1 |a UKMGB  |b 019895451 
035 |a (OCoLC)1181836903  |z (OCoLC)1182517297  |z (OCoLC)1191074478  |z (OCoLC)1193273813  |z (OCoLC)1195466417  |z (OCoLC)1196162355  |z (OCoLC)1197556988  |z (OCoLC)1198155778  |z (OCoLC)1198818829  |z (OCoLC)1201295952  |z (OCoLC)1204042368  |z (OCoLC)1204057462 
037 |a com.springer.onix.9781484260890  |b Springer Nature 
050 4 |a TK5105.8883 
072 7 |a UMW.  |2 bicssc 
072 7 |a COM060160.  |2 bisacsh 
072 7 |a UMW.  |2 thema 
082 0 4 |a 006.7  |2 23 
049 |a UAMI 
100 1 |a Libby, Alex,  |e author. 
245 1 0 |a Practical Hexo :  |b a hands-on introduction to building blogs using the Hexo framework /  |c Alex Libby. 
264 1 |a Berkeley, CA :  |b Apress,  |c 2020. 
300 |a 1 online resource (268 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
588 0 |a Print version record. 
505 0 |a Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: Getting Started -- So, what's new ...? -- Introducing Hexo -- Some housekeeping tasks -- Getting the dependencies installed -- Installing Hexo -- Creating our first example blog -- Exploring the changes in detail -- Understanding how Hexo operates -- Breaking apart the folder structure -- The _config.yml file -- Using an alternative configuration file -- Overriding a theme configuration -- The package.json file -- Changing our configuration 
505 8 |a Changing the URL of our blog -- Exploring our code changes in detail -- Summary -- Chapter 2: Manipulating Content and Media -- Understanding how content is stored -- Creating written content -- Breaking apart our changes -- Setting the front matter content -- Adding text to posts -- Dissecting the changes made -- Adding excerpts -- Adding media content -- Improving image coverage -- Breaking apart the changes -- Linking to external content -- Breaking apart the code -- Managing content -- Breaking apart our code -- Tagging content -- Processing and previewing content -- Making assumptions 
505 8 |a Breaking apart the changes -- "But there's more ..." -- Summary -- Chapter 3: Creating Themes -- Changing themes -- Exploring theme file structure -- Creating our first theme -- Breaking apart the changes -- Constructing theme files -- Understanding what happened -- Using variables in Hexo -- Adding navigation -- Understanding the changes -- Using permalinks -- Summary -- Chapter 4: Developing Themes -- Adding comments -- Understanding what happened -- Adding widgets -- Understanding the code in detail -- Adding a sitemap -- Breaking apart the changes -- Applying styles -- Testing our theme 
505 8 |a Publishing themes online -- Where next? -- Summary -- Chapter 5: Working with the API -- But ... when is a plugin not a plugin? -- Exploring what is available in Hexo -- Making use of Hexo helpers -- Creating a custom helper -- Breaking apart the code -- Creating tag snippets -- Understanding the code in detail -- Taking into account tag plugins -- Adding content through generators -- Breaking apart the code -- Taking things further -- Digging deeper into the API -- The pitfalls of using these API methods -- Putting a task runner to use -- Watching for changes -- Compiling Sass code with Hexo 
505 8 |a Understanding how our code works -- Summary -- Chapter 6: Building Plugins -- When is a plugin not a plugin: Revisited -- Understanding the architecture of a plugin -- Using existing tools to accelerate development -- Writing our first plugin -- Dissecting the code -- Implementing the WebP format as a plugin -- Building our plugin -- Understanding the code -- Publishing our plugins online -- Taking it further: Setting up a website -- Summary -- Chapter 7: Deployment and Publishing -- Understanding the deployment process -- Tidying up our content -- Choosing a host -- Uploading content 
500 |a Understanding the changes 
500 |a Includes index. 
520 |a Leverage the power of Hexo to quickly produce static blog sites that are efficient and fast. This project-oriented book simplifies the process of setting up Hexo and manipulating content, using little more than a text editor and free software. It will equip you with a starting toolset that you can use to develop future projects, incorporate into your existing workflow and allow you to take your websites to the next level. Hexo is based on JavaScript and Node.js, two of the biggest tools available for developers: you can enhance, extend, and configure Hexo as requirements dictate. With Hexo the art of possible is only limited by the extent of your imagination and the power of JavaScript and Node.js. Practical Hexo gets you quickly acquainted with creating and manipulating blogs using a static site generator approach. You will understand how to use the Hexo framework to rapidly create and deploy blogs that are performant, with the minimum of fuss, then extend and customize your content using plugins and themes. You will work through some practical projects to help solidify your skills, and put them into practice. You will: Implement the Hexo framework in a project Customize and extend content Consider maintenance requirements and how they compare to other blog systems Apply skills to practical, real-world projects Create themes and build plugins Make changes using other tools and libraries. 
506 |a Access restricted to users with valid LAU account. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Web site development  |x Computer programs. 
650 0 |a Blogs. 
650 0 |a Computer programming. 
650 6 |a Programmation (Informatique) 
650 6 |a Logiciels. 
650 6 |a Sites Web  |x Systèmes-auteur. 
650 6 |a Blogues. 
650 7 |a computer programming.  |2 aat 
650 7 |a software.  |2 aat 
650 7 |a blogs.  |2 aat 
650 7 |a Blogs  |2 fast 
650 7 |a Web site development  |x Computer programs  |2 fast 
773 0 |t Springer Nature eBook  |w (OCoLC-LQU)1522132 
776 0 8 |i Print version:  |a Libby, Alex.  |t Practical Hexo : A Hands-On Introduction to Building Blogs Using the Hexo Framework.  |d Berkeley, CA : Apress L.P., ©2020  |z 9781484260883 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484260890/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH37798441 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6274732 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6272985 
938 |a YBP Library Services  |b YANK  |n 16877083 
994 |a 92  |b IZTAP