[
  {
    "path": ".github/ISSUE_TEMPLATE/bug_report.md",
    "content": "---\nname: Bug report\nabout: Create a report to help us improve\n\n---\n\n**Describe the bug**\nA clear and concise description of what the bug is.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n**Desktop (please complete the following information):**\n - OS: [e.g. iOS]\n - Browser [e.g. chrome, safari]\n - Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n - Device: [e.g. iPhone6]\n - OS: [e.g. iOS8.1]\n - Browser [e.g. stock browser, safari]\n - Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature_request.md",
    "content": "---\nname: Feature request\nabout: Suggest an idea for this project\n\n---\n\n**Is your feature request related to a problem? Please describe.**\nA clear and concise description of what the problem is. Ex. I'm always frustrated when [...]\n\n**Describe the solution you'd like**\nA clear and concise description of what you want to happen.\n\n**Describe alternatives you've considered**\nA clear and concise description of any alternative solutions or features you've considered.\n\n**Additional context**\nAdd any other context or screenshots about the feature request here.\n"
  },
  {
    "path": ".gitignore",
    "content": ".DS_Store\r\n*.rej\r\n\r\n# IDE Files\r\n#-------------------------\r\n\r\n/nbproject/\r\n.idea/*\r\n\r\n## Sublime Text cache files\r\n\r\n*.tmlanguage.cache\r\n*.tmPreferences.cache\r\n*.stTheme.cache\r\n*.sublime-workspace\r\n*.sublime-project\r\n/tests/tests/\r\n/tests/results/\r\n\r\n# Visual Studio Code\r\n\r\n.vscode/\r\n.vscode/*\r\n\r\n!.gitignore"
  },
  {
    "path": "404.php",
    "content": "<?php\n/**\n * Error 404 - Page not found.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\nget_header();\n\n?>\n\n<div class=\"category-header\">\n\t<div class=\"container\">\n\t\t<h1 id=\"post-title\" class=\"error-404\" itemprop=\"headline\">\n\t\t\t<?php esc_html_e( 'Page not found', 'mynote' ); ?>\n\t\t</h1>\n\t</div>\n</div>\n<main role=\"main\">\n\t<div class=\"container\">\n\t\t<article id=\"post-404\">\n\t\t\t<p>\n\t\t\t\t<?php esc_html_e( 'The page you are looking for does not exist or it may have been moved.', 'mynote' ); ?>\n\n\t\t\t\t<ul>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<a href=\"<?php echo esc_url( home_url() ); ?>\">\n\t\t\t\t\t\t\t<?php esc_html_e( 'Return home?', 'mynote' ); ?>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n\t\t\t\t</ul>\n\t\t\t</p>\n\t\t</article>\n\t</div>\n</main>\n\n<?php\n\nget_footer();\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
  },
  {
    "path": "README.md",
    "content": "# Mynote\n\nMynote is a WordPress theme with preferred features for developers and programmers.\n\n![Screenshot](./screenshot.png)\n\nA responsive, clean, Markdown friendly WordPress blog theme. It is based on Bootstrap 4 and Fontawesome 5. It is suitable for programming, business, technical, professional, niche and any kind of blogging sites. Mynote has landing-page templates so that can your highly customize your homepage, make your website unique and professional.\n\n## Download\n\n| source | download | \n| --- | --- | \n| WordPress | https://wordpress.org/themes/mynote/ |\n| GitHub repository | https://github.com/terrylinooo/mynote/releases | \n| PHP Composer | `composer create-project terrylinooo/mynote mynote` |\n\n## Features\n\n- Markdown friendly\n- Fully reponsive web design\n- Search engine optimization\n- Highly customizable\n- Structured data supported:\n  - Breadcrumb\n  - Article\n  - Author\n  - Date\n- Widget areas\n  - Sidebar\n  - Sticky sidebar\n  - Footer\n  - Homepage intro\n  - Homepage middle\n- Widgets:\n  - Sticky TOC\n- Menu areas:\n  - Header\n  - Sidebar\n  - Footer\n  - Footer social icon links\n- Bootstrap 4 pagination\n- Bootstrap 4 navigation menu (2-layer)\n- Page reading progress bar\n- Page templates:\n  - Landing page (full) (with post content) *(#2)*\n  - Landing page (simple) (without post content) *(#3)*\n- Cross-platform safe webfont for CJK languages. *(#1)*\n- SCSS supported - Easy to modify this theme for your needs.\n- WordPress Coding Standards - 99% passed by PHP_CodeSniffer ([WDCS](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards))\n\n*Note:*\n\n`#1` CJK: Chinese, Japanese, Koreanese.\n`#2`, `#3` Featured image will be displayed as header cover.\n\n## Built-in Hooks\n\n- mynote_head\n- mynote_header_before\n- mynote_header\n- mynote_header_after\n- mynote_site_wrapper_before\n- mynote_site_wrapper_after\n- mynote_footer_before\n- mynote_footer\n- mynote_footer_after\n- mynote_homepage_promotion\n- mynote_homepage_sidebar\n- mynote_homepage_middle_sidebar\n- mynote_loop_before\n- mynote_loop_after\n- mynote_pagination_before\n- mynote_pagination\n- mynote_pagination_after\n- mynote_post_before\n- mynote_post_content_before\n- mynote_post_content_after\n- mynote_post_after\n- mynote_post_sidebar\n- mynote_post_comment_before\n- mynote_post_comment_after\n- mynote_page_before\n- mynote_page_content_before\n- mynote_page_content_after\n- mynote_page_after\n- mynote_archive_sidebar\n- mynote_archive_headline_after\n- mynote_archive_loop_before\n- mynote_archive_loop_after\n- mynote_category_headline_after\n- mynote_tag_headline_after\n- mynote_search_headline_after\n\n## Child Theme\n\nIf you would like to customize something by using Mynote, there is a sample ready for you, just copy `mynote-child` into your WordPress theme directory, and then activate the `Mynote Child` theme in the control panel.\n\n## Dependencies\n\n- Bootstrap 4\n- Fontawesome 5\n\n## Translations\n\n- Portuguese (pt_BR) by @mauromascarenhas\n- Japanese (ja_JP) by [@colocal](https://colocal.com/)\n\n## Author\n\nTerry L.\n- [Blog - English](https://terryl.in/) \n- [Blog - Tranditional Chinese](https://terryl.in/zh/)\n\n## Plugins \n- [Githuber MD](https://github.com/terrylinooo/githuber-md) is an all-in-one [WordPress Markdown plugin](https://wordpress.org/plugins/wp-githuber-md/). You are able to download it from WordPress plugin directory. To get the additional features of Mynote theme below by install Githuber MD plugin. If you're looking for an useful Markdown editor in WordPress, Githuber MD may be good for you. It is worth to give it a try!\n\n## License\n\nGPLv3 (or later)\n"
  },
  {
    "path": "README.txt",
    "content": "=== Mynote ===\r\nContributors: Terry Lin\r\nRequires at least: 3.6\r\nTested up to: 6.2.2\r\nVersion: 2.0.4\r\nLicense: GPLv3 or later\r\nLicense URI: https://www.gnu.org/licenses/gpl.html\r\nTags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, custom-logo, custom-colors, custom-header, featured-images, featured-image-header, microformats, theme-options, footer-widgets, threaded-comments, translation-ready, blog, entertainment\r\nRequires PHP: 5.2.4\r\nStable tag: 2.0.4\r\n\r\n== Description ==\r\n\r\nMynote is a responsive, clean, Markdown friendly WordPress blog theme. It is based on Bootstrap 4 and Fontawesome 5. It is suitable for programming, business, technical, professional, niche and any kind of blogging sites. Mynote has landing-page templates so that can your highly customize your homepage, make your website unique and professional.\r\n\r\n== Installation ==\r\n\r\n1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.\r\n2. Type in Mynote in the search form and press the 'Enter' key on your keyboard.\r\n3. Click on the 'Activate' button to use your new theme right away.\r\n4. Navigate to Appearance > Customize in your admin panel and customize to taste.\r\n\r\n== Copyright ==\r\n\r\nMynote WordPress Theme, Copyright 2018 TerryL.in\r\nMynote is distributed under the terms of the GNU GPL\r\n\r\nThis program is free software: you can redistribute it and/or modify\r\nit under the terms of the GNU General Public License as published by\r\nthe Free Software Foundation, either version 3 of the License, or\r\n(at your option) any later version.\r\n\r\nThis program is distributed in the hope that it will be useful,\r\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\r\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\nGNU General Public License for more details.\r\n\r\nMynote bundles the following third-party resources:\r\n\r\nFont Awesome icons, Copyright Dave Gandy\r\nLicense: SIL Open Font License, version 1.1.\r\nSource: http://fontawesome.io/\r\n\r\nBootstrap, Copyright 2011-2018 Twitter, Inc.\r\nLicense: The MIT License (MIT)\r\nSource: https://github.com/twbs/bootstrap\r\n\r\n\r\nCustomize_Alpha_Color_Control, copyright BraadMartin\r\nLicense: GPL\r\nSource: https://github.com/BraadMartin/components/tree/master/customizer/alpha-color-picker\r\n\r\nCSS Button Effect, Copyright Simurai \r\nLicense: The MIT License (MIT)\r\nSource: https://codepen.io/simurai/pen/DwJdq\r\n\r\nDefault header background, Copyright kuba\r\nLicense: Creative Commons CC0 license.\r\nSource: https://openclipart.org/detail/99217/electronic-circuit\r\n\r\nImage: Screenshot\r\nLicense: Creative Commons CC0 license.\r\nSource: http://pickupimage.com/free-photos/Aurora-Borealis-Northern-Lights-above-coastal-sea/\r\nSource: https://stocksnap.io/photo/PX6JTHBNDW \r\nSource: https://stocksnap.io/photo/NT1Q3GZVFI\r\nSource: https://stocksnap.io/photo/9XRMMD2VPW\r\n\r\n== Changelog ==\r\n\r\n= 1.0.9 =\r\n\r\n- Change its name from Githuber to Mynote because of possible trademark issue.\r\n- Reorganize theme files - refer to the official theme file structure.\r\n- Strengthen theme customizer.\r\n\r\n= 1.0.12 =\r\n\r\n- Fix issues to pass the theme review.\r\n\r\n= 1.1.0 =\r\n\r\n- Add a `Go to Top` floated button. It will be displayed when user scrolling down.\r\n- Add a `Go to next screen` floated button. It will be displayed while browsing in RWD mode. (Homepage)\r\n- The layout of post page will become one column when user doesn't use widgets in sidebar area.\r\n- Fix navbar transparent background issue while browsing in RWD mode.\r\n\r\n= 1.2.0 =\r\n\r\n- User is now able to choose preferred layout in Customizer.\r\n- Add customizer settings: post card.\r\n- Add 2 widget areas: homepage sidebar and archive sidebar.\r\n- Add theme suport: site logo (180x60). It will be displayed on navbar.\r\n\r\n= 1.2.1 =\r\n\r\n- Fix wrong setting name in customizer.\r\n\r\n= 1.2.2 =\r\n\r\n- Add new customizer setting section: Post page.\r\n\r\n= 1.3.0 =\r\n\r\n- Improve customizer: change radio to toggle.\r\n- Fix an overflow issue in homepage intro section (RWD).\r\n- Reorganize cusomizer files structure.\r\n- Reorganize static asset files structure.\r\n- Add new settings in cusomizer: RWD switcher.\r\n- Fix other little CSS issues.\r\n\r\n= 1.3.1 =\r\n\r\n- Fix issue #5 - pagination not working in static front page.\r\n- Adjust CSS for homepage in RWD.\r\n- Add support for WooCommerce.\r\n\r\n= 1.3.2 =\r\n\r\n- Add a new customizer setting: Post card - border.\r\n- Fix issue #6: Firefox: progress bar almost invisible.\r\n- Fix issue #7 - Compatible issue in the child theme.\r\n- Fix issue #8: Post tags don't adjust to container div.\r\n\r\n= 1.3.3 =\r\n\r\n- Fix issue #11\r\n- Improve footer layout.\r\n\r\n= 1.3.4 =\r\n\r\n- Add a customizer setting - elements adjustment in footer section.\r\n\r\n= 1.3.5 =\r\n\r\n- Improve footer menu in RWD.\r\n- Add new customizer setting for social icon sizes.\r\n\r\n= 1.3.6 =\r\n\r\n- Feedback #14: Add Portuguese translation - thanks for @mauromascarenhas\r\n\r\n= 1.3.7 =\r\n\r\n- Feedback #17: Add German translation - thanks for @Pandiora\r\n\r\n= 1.4.0 =\r\n\r\n- Feature request #18: Wrap template functions for child theme.\r\n\r\n= 1.4.1 =\r\n\r\n- Issue #20 - Fix background image position when resolution > 1920.\r\n\r\n= 1.4.2 =\r\n\r\n- Feedback #23: Add French translation - thanks for @quentin7b\r\n\r\n= 1.4.3 =\r\n\r\n- Feedback #24: Make thumbnail in homepage clickable.\r\n- Feedback #25: Update French translation - thanks for @quentin7b\r\n\r\n= 1.5.0 = \r\n\r\n- Add support for the new theme hook `wp_body_open` since WordPress 5.2\r\n\r\n= 1.5.1 = \r\n\r\n- Fix CSS conflics with highlight.js JavaScript library.\r\n\r\n= 1.6.0 = \r\n\r\n- Add some settings about adjusting the color of menu toggler in responsive view.\r\n- Add some settings about search bar on navigation bar, including input text color, background color and size.\r\n- Add a setting about gradient mask on post card.\r\n\r\n= 1.6.1 =\r\n\r\n- Fix <code> CSS font setting.\r\n\r\n= 1.6.2 =\r\n\r\n- Fix HTML unclosed tag in homepage.\r\n\r\n= 1.6.3 =\r\n\r\n- Fix missing of WooCommerce support.\r\n\r\n= 2.0.0 =\r\n\r\n- Add 35 built-in hooks.\r\n- Add Sticky TOC widget.\r\n\r\n= 2.0.1 =\r\n\r\n- Fix a bug in homepage.\r\n\r\n= 2.0.4 =\r\n\r\n- Test with PHP 8.2.5 and WordPress 6.2.2\r\n- Fix widget style for WordPress 6.\r\n- Fix coding style.\r\n- Add Japanese translation."
  },
  {
    "path": "archive-product.php",
    "content": "<?php\n/**\n * The Archive page of Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 1.6.3\n */\n\nget_header();\n\n?>\n\n<?php if ( apply_filters( 'woocommerce_show_page_title', true ) ) : ?>\n<div class=\"category-header\">\n\t<div class=\"container\">\n\t\t<h1 id=\"post-title\" class=\"archive\" itemprop=\"headline\">\n\t\t\t<?php woocommerce_page_title(); ?>\n\t\t</h1>\n\t</div>\n</div>\n<?php endif; ?>\n<main role=\"main\">\n\t<div class=\"container\">\n\t\t<div class=\"row row-layout-choice-archive\">\n\t\t\t<section id=\"main-container\" class=\"<?php echo esc_attr( mynote_main_container_css() ); ?>\">\n\n\t\t\t\t<?php\n\n\t\t\t\tif ( woocommerce_product_loop() ) {\n\t\t\t\t\tdo_action( 'woocommerce_before_shop_loop' );\n\n\t\t\t\t\twoocommerce_product_loop_start();\n\n\t\t\t\t\tif ( wc_get_loop_prop( 'total' ) ) {\n\t\t\t\t\t\twhile ( have_posts() ) {\n\t\t\t\t\t\t\tthe_post();\n\t\t\t\t\t\t\tdo_action( 'woocommerce_shop_loop' );\n\t\t\t\t\t\t\twc_get_template_part( 'content', 'product' );\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\twoocommerce_product_loop_end();\n\n\t\t\t\t\tdo_action( 'woocommerce_after_shop_loop' );\n\n\t\t\t\t} else {\n\t\t\t\t\tdo_action( 'woocommerce_no_products_found' );\n\t\t\t\t}\n\n\t\t\t\tdo_action( 'woocommerce_after_main_content' );\n\n\t\t\t\t?>\n\n\t\t\t</section>\n\t\t</div>\n\t</div>\n</main>\n\n<?php\n\nget_footer();\n\n"
  },
  {
    "path": "archive.php",
    "content": "<?php\n/**\n * The Archive page of Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\nget_header();\n\n?>\n\n<div class=\"category-header\">\n\t<div class=\"container\">\n\t\t<h1 id=\"post-title\" class=\"archive\" itemprop=\"headline\">\n\t\t\t<?php echo get_the_date( 'F, Y' ); ?>\n\t\t</h1>\n\t</div>\n</div>\n\n<?php\n\t/**\n\t * Hook: mynote_archive_headline_after\n\t *\n\t * The width here is wide, style it with proper CSS code.\n\t */\n\tdo_action( 'mynote_archive_headline_after' );\n?>\n\n<main role=\"main\">\n\t<?php get_template_part( 'template-parts/archive' ); ?>\n</main>\n\n<?php\n\nget_footer();\n"
  },
  {
    "path": "assets/css/index.html",
    "content": ""
  },
  {
    "path": "assets/images/index.html",
    "content": ""
  },
  {
    "path": "assets/index.html",
    "content": ""
  },
  {
    "path": "assets/js/index.html",
    "content": ""
  },
  {
    "path": "author.php",
    "content": "<?php\n/**\n * The Author page of Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\nget_header();\n\n?>\n\n<main role=\"main\">\n\t<div class=\"container author-page\">\n\t\t<?php mynote_author_card( 150, 'lg' ); ?>\n\t</div>\n\t<?php get_template_part( 'template-parts/archive' ); ?>\n</main>\n\n<?php\n\nget_footer();\n\n"
  },
  {
    "path": "category.php",
    "content": "<?php\n/**\n * The Category page of Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\n$cat_description = category_description();\n\nget_header();\n\n?>\n\n<div class=\"category-header\">\n\t<div class=\"container\">\n\t\t<h1 id=\"post-title\" class=\"category\" itemprop=\"headline\">\n\t\t\t<?php single_cat_title(); ?>\n\t\t</h1>\n\t\t<?php if ( ! empty( $cat_description ) ) : ?>\n\t\t\t<div class=\"term-desctiotion\">\n\t\t\t\t<?php echo $cat_description; ?>\n\t\t\t</div>\n\t\t<?php endif; ?>\n\t</div>\n</div>\n\n<?php\n\t/**\n\t * Hook: mynote_category_headline_after\n\t *\n\t * The width here is wide, style it with proper CSS code.\n\t */\n\tdo_action( 'mynote_category_headline_after' );\n?>\n\n<main role=\"main\">\n\t<?php get_template_part( 'template-parts/archive' ); ?>\n</main>\n\n<?php\n\nget_footer();\n"
  },
  {
    "path": "comments.php",
    "content": "<?php\n/**\n * The template for displaying comments\n *\n * This is the template that displays the area of the page that contains both the current comments\n * and the comment form.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\n/*\n * If the current post is protected by a password and\n * the visitor has not yet entered the password we will\n * return early without loading the comments.\n */\nif ( post_password_required() ) {\n\treturn;\n}\n\n/**\n * If the post type is not supprted.\n */\nif ( ! post_type_supports( get_post_type(), 'comments' ) ) {\n\treturn;\n}\n\n/*\n * If comment is not open, and comment number is 0,\n * I think it is no need to show this section.\n */\nif ( ! comments_open() && 0 === (int) get_comments_number() ) {\n\treturn;\n}\n\n/**\n * Hook: mynote_post_comment_before\n */\ndo_action( 'mynote_post_comment_before' );\n\n?>\n\n<div id=\"comments\" class=\"discussion-wrapper\">\n\t<h3 class=\"section-title\">\n\t\t<?php esc_html_e( 'Comments', 'mynote' ); ?>\n\t</h3>\n\t<div class=\"discussion-timeline\">\n\n\t\t<?php if ( have_comments() ) : ?>\n\t\t\t<?php wp_list_comments( 'type=comment&callback=mynote_comment' ); ?>\n\t\t<?php endif; ?>\n\n\t\t<?php\n\n\t\tthe_comments_pagination(\n\t\t\tarray(\n\t\t\t\t'prev_text' => '<i class=\"fas fa-angle-left\"></i> <span class=\"screen-reader-text\">' . __( 'Previous', 'mynote' ) . '</span>',\n\t\t\t\t'next_text' => '<span class=\"screen-reader-text\">' . __( 'Next', 'mynote' ) . '</span> <i class=\"fas fa-angle-right\"></i>',\n\t\t\t)\n\t\t);\n\n\t\t?>\n\n\t\t<?php if ( ! comments_open() && get_comments_number() ) : ?>\n\t\t\t<p class=\"no-comments\"><?php esc_html_e( 'Comments are closed.', 'mynote' ); ?></p>\n\t\t<?php endif; ?>\n\n\t\t<?php comment_form(); ?>\n\n\t</div>\n</div>\n\n<?php\n\n/**\n * Hook: mynote_post_comment_after\n */\ndo_action( 'mynote_post_comment_after' );\n"
  },
  {
    "path": "composer.json",
    "content": "{\n    \"name\": \"terrylinooo/mynote\",\n    \"description\": \"A WordPress theme for developers and programmers.\",\n    \"keywords\": [\"wordpress-theme\", \"wordpress\", \"bootstrap-theme\"],\n    \"homepage\": \"https://github.com/terrylinooo/githuber-md\",\n    \"license\": \"GPL-3.0-or-later\",\n    \"authors\": [\n        {\n            \"name\": \"Terry Lin\",\n            \"email\": \"contact@terryl.in\",\n            \"homepage\": \"https://terryl.in\"\n        }\n    ],\n    \"require\": {\n        \"php\": \">=5.3\"\n    }\n}\n"
  },
  {
    "path": "custom-landing-page-full.php",
    "content": "<?php\n/**\n * Template Name: Landing Page (full)\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\nget_header();\n\nget_template_part( 'template-parts/page', 'landing' );\n\n/**\n * Hook: mynote_homepage_middle_sidebar\n *\n * @hooked mynote_homepage_middle_sidebar - 10\n */\ndo_action( 'mynote_homepage_middle_sidebar' );\n\nget_footer();\n\n"
  },
  {
    "path": "custom-landing-page-simple.php",
    "content": "<?php\n/**\n * Template Name: Landing Page (simple)\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\nget_header();\n\nget_template_part( 'template-parts/page', 'landing' );\n\nget_footer();\n"
  },
  {
    "path": "editor-style.css",
    "content": "@charset \"UTF-8\";\r\n@font-face {\r\n  font-family: octicons-link;\r\n  src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format(\"woff\");\r\n}\r\nbody {\r\n  -ms-text-size-adjust: 100%;\r\n  -webkit-text-size-adjust: 100%;\r\n  line-height: 1.5;\r\n  color: #24292e;\r\n  font-size: 1rem;\r\n  line-height: 1.5;\r\n  word-wrap: break-word;\r\n  /*\r\n  > h1:first-child {\r\n  \tdisplay: none;\r\n  }\r\n  */\r\n}\r\nbody .pl-c {\r\n  color: #6a737d;\r\n}\r\nbody .pl-c1, body .pl-s .pl-v {\r\n  color: #005cc5;\r\n}\r\nbody .pl-e, body .pl-en {\r\n  color: #6f42c1;\r\n}\r\nbody .pl-smi, body .pl-s .pl-s1 {\r\n  color: #24292e;\r\n}\r\nbody .pl-ent {\r\n  color: #22863a;\r\n}\r\nbody .pl-k {\r\n  color: #d73a49;\r\n}\r\nbody .pl-s, body .pl-pds, body .pl-s .pl-pse .pl-s1 {\r\n  color: #032f62;\r\n}\r\nbody .pl-sr {\r\n  color: #032f62;\r\n}\r\nbody .pl-sr .pl-cce, body .pl-sr .pl-sre, body .pl-sr .pl-sra {\r\n  color: #032f62;\r\n}\r\nbody .pl-v, body .pl-smw {\r\n  color: #e36209;\r\n}\r\nbody .pl-bu {\r\n  color: #b31d28;\r\n}\r\nbody .pl-ii {\r\n  color: #fafbfc;\r\n  background-color: #b31d28;\r\n}\r\nbody .pl-c2 {\r\n  color: #fafbfc;\r\n  background-color: #d73a49;\r\n}\r\nbody .pl-c2::before {\r\n  content: \"^M\";\r\n}\r\nbody .pl-sr .pl-cce {\r\n  font-weight: bold;\r\n  color: #22863a;\r\n}\r\nbody .pl-ml {\r\n  color: #735c0f;\r\n}\r\nbody .pl-mh {\r\n  font-weight: bold;\r\n  color: #005cc5;\r\n}\r\nbody .pl-mh .pl-en {\r\n  font-weight: bold;\r\n  color: #005cc5;\r\n}\r\nbody .pl-ms {\r\n  font-weight: bold;\r\n  color: #005cc5;\r\n}\r\nbody .pl-mi {\r\n  font-style: italic;\r\n  color: #24292e;\r\n}\r\nbody .pl-mb {\r\n  font-weight: bold;\r\n  color: #24292e;\r\n}\r\nbody .pl-md {\r\n  color: #b31d28;\r\n  background-color: #ffeef0;\r\n}\r\nbody .pl-mi1 {\r\n  color: #22863a;\r\n  background-color: #f0fff4;\r\n}\r\nbody .pl-mc {\r\n  color: #e36209;\r\n  background-color: #ffebda;\r\n}\r\nbody .pl-mi2 {\r\n  color: #f6f8fa;\r\n  background-color: #005cc5;\r\n}\r\nbody .pl-mdr {\r\n  font-weight: bold;\r\n  color: #6f42c1;\r\n}\r\nbody .pl-ba {\r\n  color: #586069;\r\n}\r\nbody .pl-sg {\r\n  color: #959da5;\r\n}\r\nbody .pl-corl {\r\n  text-decoration: underline;\r\n  color: #032f62;\r\n}\r\nbody .octicon {\r\n  display: inline-block;\r\n  vertical-align: text-top;\r\n  fill: currentColor;\r\n}\r\nbody a {\r\n  background-color: transparent;\r\n}\r\nbody a:active, body a:hover {\r\n  outline-width: 0;\r\n}\r\nbody strong {\r\n  font-weight: inherit;\r\n  font-weight: bolder;\r\n}\r\nbody h1 {\r\n  font-size: 2em;\r\n  margin: 0.67em 0;\r\n}\r\nbody img {\r\n  border-style: none;\r\n}\r\nbody code, body kbd, body pre {\r\n  font-family: monospace, monospace;\r\n  font-size: 1em;\r\n}\r\nbody hr {\r\n  box-sizing: content-box;\r\n  height: 0;\r\n  overflow: visible;\r\n}\r\nbody input {\r\n  font: inherit;\r\n  margin: 0;\r\n  overflow: visible;\r\n}\r\nbody [type=\"checkbox\"] {\r\n  box-sizing: border-box;\r\n  padding: 0;\r\n}\r\nbody * {\r\n  box-sizing: border-box;\r\n}\r\nbody input {\r\n  font-family: inherit;\r\n  font-size: inherit;\r\n  line-height: inherit;\r\n}\r\nbody a {\r\n  color: #0366d6;\r\n  text-decoration: none;\r\n}\r\nbody a:hover {\r\n  text-decoration: underline;\r\n}\r\nbody strong {\r\n  font-weight: 600;\r\n}\r\nbody hr {\r\n  height: 0;\r\n  margin: 15px 0;\r\n  overflow: hidden;\r\n  background: transparent;\r\n  border: 0;\r\n  border-bottom: 1px solid #dfe2e5;\r\n}\r\nbody hr::before {\r\n  display: table;\r\n  content: \"\";\r\n}\r\nbody hr::after {\r\n  display: table;\r\n  clear: both;\r\n  content: \"\";\r\n}\r\nbody table {\r\n  border-spacing: 0;\r\n  border-collapse: collapse;\r\n}\r\nbody td, body th {\r\n  padding: 0;\r\n}\r\nbody h1, body h2, body h3, body h4, body h5, body h6 {\r\n  margin-top: 0;\r\n  margin-bottom: 0;\r\n}\r\nbody h1 {\r\n  font-size: 32px;\r\n  font-weight: 600;\r\n}\r\nbody h2 {\r\n  font-size: 24px;\r\n  font-weight: 600;\r\n}\r\nbody h3 {\r\n  font-size: 20px;\r\n  font-weight: 600;\r\n}\r\nbody h4 {\r\n  font-size: 16px;\r\n  font-weight: 600;\r\n}\r\nbody h5 {\r\n  font-size: 14px;\r\n  font-weight: 600;\r\n}\r\nbody h6 {\r\n  font-size: 12px;\r\n  font-weight: 600;\r\n}\r\nbody p {\r\n  margin-top: 0;\r\n  margin-bottom: 10px;\r\n}\r\nbody blockquote {\r\n  margin: 0;\r\n}\r\nbody ul {\r\n  padding-left: 0;\r\n  margin-top: 0;\r\n  margin-bottom: 0;\r\n}\r\nbody ol {\r\n  padding-left: 0;\r\n  margin-top: 0;\r\n  margin-bottom: 0;\r\n}\r\nbody ol ol {\r\n  list-style-type: lower-roman;\r\n}\r\nbody ul ol {\r\n  list-style-type: lower-roman;\r\n}\r\nbody ul ul ol, body ul ol ol {\r\n  list-style-type: lower-alpha;\r\n}\r\nbody ol ul ol, body ol ol ol {\r\n  list-style-type: lower-alpha;\r\n}\r\nbody dd {\r\n  margin-left: 0;\r\n}\r\nbody code {\r\n  font-family: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\r\n  font-size: 12px;\r\n}\r\nbody pre {\r\n  margin-top: 0;\r\n  margin-bottom: 0;\r\n  font-family: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\r\n  font-size: 12px;\r\n}\r\nbody .octicon {\r\n  vertical-align: text-bottom;\r\n}\r\nbody .pl-0 {\r\n  padding-left: 0 !important;\r\n}\r\nbody .pl-1 {\r\n  padding-left: 4px !important;\r\n}\r\nbody .pl-2 {\r\n  padding-left: 8px !important;\r\n}\r\nbody .pl-3 {\r\n  padding-left: 16px !important;\r\n}\r\nbody .pl-4 {\r\n  padding-left: 24px !important;\r\n}\r\nbody .pl-5 {\r\n  padding-left: 32px !important;\r\n}\r\nbody .pl-6 {\r\n  padding-left: 40px !important;\r\n}\r\nbody::before {\r\n  display: table;\r\n  content: \"\";\r\n}\r\nbody::after {\r\n  display: table;\r\n  clear: both;\r\n  content: \"\";\r\n}\r\nbody > *:first-child {\r\n  margin-top: 0 !important;\r\n}\r\nbody > *:last-child {\r\n  margin-bottom: 0 !important;\r\n}\r\nbody a:not([href]) {\r\n  color: inherit;\r\n  text-decoration: none;\r\n}\r\nbody .anchor {\r\n  float: left;\r\n  padding-right: 4px;\r\n  margin-left: -20px;\r\n  line-height: 1;\r\n}\r\nbody .anchor:focus {\r\n  outline: none;\r\n}\r\nbody p, body blockquote, body ul, body ol, body dl, body table, body pre {\r\n  margin-top: 0;\r\n  margin-bottom: 16px;\r\n}\r\nbody hr {\r\n  height: 0.25em;\r\n  padding: 0;\r\n  margin: 24px 0;\r\n  background-color: #e1e4e8;\r\n  border: 0;\r\n}\r\nbody blockquote {\r\n  padding: 0 1em;\r\n  color: #6a737d;\r\n  border-left: 0.25em solid #dfe2e5;\r\n}\r\nbody blockquote > :first-child {\r\n  margin-top: 0;\r\n}\r\nbody blockquote > :last-child {\r\n  margin-bottom: 0;\r\n}\r\nbody kbd {\r\n  display: inline-block;\r\n  padding: 3px 5px;\r\n  font-size: 11px;\r\n  line-height: 10px;\r\n  color: #444d56;\r\n  vertical-align: middle;\r\n  background-color: #fafbfc;\r\n  border: solid 1px #c6cbd1;\r\n  border-bottom-color: #959da5;\r\n  border-radius: 3px;\r\n  box-shadow: inset 0 -1px 0 #959da5;\r\n}\r\nbody h1, body h2, body h3, body h4, body h5, body h6 {\r\n  margin-top: 24px;\r\n  margin-bottom: 16px;\r\n  font-weight: 600;\r\n  line-height: 1.25;\r\n}\r\nbody h1 .octicon-link, body h2 .octicon-link, body h3 .octicon-link, body h4 .octicon-link, body h5 .octicon-link, body h6 .octicon-link {\r\n  color: #1b1f23;\r\n  vertical-align: middle;\r\n  visibility: hidden;\r\n}\r\nbody h1:hover .anchor, body h2:hover .anchor, body h3:hover .anchor, body h4:hover .anchor, body h5:hover .anchor, body h6:hover .anchor {\r\n  text-decoration: none;\r\n}\r\nbody h1:hover .anchor .octicon-link, body h2:hover .anchor .octicon-link, body h3:hover .anchor .octicon-link, body h4:hover .anchor .octicon-link, body h5:hover .anchor .octicon-link, body h6:hover .anchor .octicon-link {\r\n  visibility: visible;\r\n}\r\nbody h1 {\r\n  padding-bottom: 0.3em;\r\n  font-size: 2em;\r\n  border-bottom: 1px solid #eaecef;\r\n}\r\nbody h2 {\r\n  padding-bottom: 0.3em;\r\n  font-size: 1.5em;\r\n  border-bottom: 1px solid #eaecef;\r\n}\r\nbody h3 {\r\n  font-size: 1.25em;\r\n}\r\nbody h4 {\r\n  font-size: 1em;\r\n}\r\nbody h5 {\r\n  font-size: 0.875em;\r\n}\r\nbody h6 {\r\n  font-size: 0.85em;\r\n  color: #6a737d;\r\n}\r\nbody ul, body ol {\r\n  padding-left: 2em;\r\n}\r\nbody ul ul, body ul ol {\r\n  margin-top: 0;\r\n  margin-bottom: 0;\r\n}\r\nbody ol ol, body ol ul {\r\n  margin-top: 0;\r\n  margin-bottom: 0;\r\n}\r\nbody li {\r\n  word-wrap: break-all;\r\n}\r\nbody li > p {\r\n  margin-top: 16px;\r\n}\r\nbody li + li {\r\n  margin-top: 0.25em;\r\n}\r\nbody dl {\r\n  padding: 0;\r\n}\r\nbody dl dt {\r\n  padding: 0;\r\n  margin-top: 16px;\r\n  font-size: 1em;\r\n  font-style: italic;\r\n  font-weight: 600;\r\n}\r\nbody dl dd {\r\n  padding: 0 16px;\r\n  margin-bottom: 16px;\r\n}\r\nbody table {\r\n  display: block;\r\n  width: 100%;\r\n  overflow: auto;\r\n}\r\nbody table th {\r\n  font-weight: 600;\r\n  padding: 6px 13px;\r\n  border: 1px solid #dfe2e5;\r\n}\r\nbody table td {\r\n  padding: 6px 13px;\r\n  border: 1px solid #dfe2e5;\r\n}\r\nbody table tr {\r\n  background-color: #fff;\r\n  border-top: 1px solid #c6cbd1;\r\n}\r\nbody table tr:nth-child(2n) {\r\n  background-color: #f6f8fa;\r\n}\r\nbody img {\r\n  max-width: 100%;\r\n  box-sizing: content-box;\r\n  background-color: #fff;\r\n}\r\nbody img[align=right] {\r\n  padding-left: 20px;\r\n}\r\nbody img[align=left] {\r\n  padding-right: 20px;\r\n}\r\nbody code {\r\n  padding: 0.2em 0.4em;\r\n  font-size: 85%;\r\n  background-color: rgba(27, 31, 35, 0.05);\r\n  border-radius: 3px;\r\n  color: #333;\r\n}\r\nbody pre {\r\n  word-wrap: normal;\r\n}\r\nbody pre > code {\r\n  padding: 0;\r\n  margin: 0;\r\n  font-size: 100%;\r\n  word-break: normal;\r\n  white-space: pre;\r\n  background: transparent;\r\n  border: 0;\r\n}\r\nbody .highlight {\r\n  margin-bottom: 16px;\r\n}\r\nbody .highlight pre {\r\n  margin-bottom: 0;\r\n  word-break: normal;\r\n  padding: 16px;\r\n  overflow: auto;\r\n  font-size: 85%;\r\n  line-height: 1.45;\r\n  background-color: #f6f8fa;\r\n  border-radius: 3px;\r\n}\r\nbody pre {\r\n  padding: 16px;\r\n  overflow: auto;\r\n  font-size: 85%;\r\n  line-height: 1.45;\r\n  background-color: #f6f8fa;\r\n  border-radius: 3px;\r\n}\r\nbody pre code {\r\n  display: inline;\r\n  max-width: auto;\r\n  padding: 0;\r\n  margin: 0;\r\n  overflow: visible;\r\n  line-height: inherit;\r\n  word-wrap: normal;\r\n  background-color: transparent;\r\n  border: 0;\r\n}\r\nbody .full-commit .btn-outline:not(:disabled):hover {\r\n  color: #005cc5;\r\n  border-color: #005cc5;\r\n}\r\nbody kbd {\r\n  display: inline-block;\r\n  padding: 3px 5px;\r\n  font: 11px \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\r\n  line-height: 10px;\r\n  color: #444d56;\r\n  vertical-align: middle;\r\n  background-color: #fafbfc;\r\n  border: solid 1px #d1d5da;\r\n  border-bottom-color: #c6cbd1;\r\n  border-radius: 3px;\r\n  box-shadow: inset 0 -1px 0 #c6cbd1;\r\n}\r\nbody :checked + .radio-label {\r\n  position: relative;\r\n  z-index: 1;\r\n  border-color: #0366d6;\r\n}\r\nbody .task-list-item {\r\n  list-style-type: none;\r\n}\r\nbody .task-list-item + .task-list-item {\r\n  margin-top: 3px;\r\n}\r\nbody .task-list-item input {\r\n  margin: 0 0.2em 0.25em -1.6em;\r\n  vertical-align: middle;\r\n}\r\nbody hr {\r\n  border-bottom-color: #eee;\r\n}\r\n\r\n/* Use the best fit font for different languages */\r\n:lang(en) body {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", sans-serif;\r\n}\r\n:lang(en) h1, :lang(en) h2, :lang(en) h3, :lang(en) h4, :lang(en) h5, :lang(en) h6 {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", sans-serif;\r\n}\r\n:lang(en) .section-intro, :lang(en) #post-title, :lang(en) .site-info {\r\n  font-family: \"Roboto\", \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", sans-serif;\r\n}\r\n\r\n:lang(zh) body {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"微軟正黑體\", \"Microsoft JhengHei\", \"SimHei\", \"Microsoft YaHei\", \"文泉驛正黑\", \"WenQuanYi Zen Hei\", \"儷黑 Pro\", \"LiHei Pro\", \"標楷體\", \"DFKai-SB\";\r\n}\r\n:lang(zh) h1, :lang(zh) h2, :lang(zh) h3, :lang(zh) h4, :lang(zh) h5, :lang(zh) h6 {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"文泉驛正黑\", \"WenQuanYi Zen Hei\", \"儷黑 Pro\", \"LiHei Pro\", \"微軟正黑體\", \"Microsoft JhengHei\", \"SimHei\", \"Microsoft YaHei\", \"標楷體\", \"DFKai-SB\";\r\n}\r\n:lang(zh) .section-intro, :lang(zh) #post-title, :lang(zh) .site-info {\r\n  font-family: \"Roboto\", \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"文泉驛正黑\", \"WenQuanYi Zen Hei\", \"儷黑 Pro\", \"LiHei Pro\", \"微軟正黑體\", \"Microsoft JhengHei\", \"SimHei\", \"Microsoft YaHei\", \"標楷體\", \"DFKai-SB\";\r\n}\r\n\r\n:lang(ja) body {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"ヒラギノ角ゴ Pro W3\", \"Hiragino Kaku Gothic Pro\", \"Osaka\", \"メイリオ\", \"Meiryo\", \"ＭＳ Ｐゴシック\", \"MS PGothic\";\r\n}\r\n:lang(ja) h1, :lang(ja) h2, :lang(ja) h3, :lang(ja) h4, :lang(ja) h5, :lang(ja) h6 {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"ヒラギノ角ゴ Pro W3\", \"Hiragino Kaku Gothic Pro\", \"Osaka\", \"メイリオ\", \"Meiryo\", \"ＭＳ Ｐゴシック\", \"MS PGothic\";\r\n}\r\n:lang(ja) .section-intro, :lang(ja) #post-title, :lang(ja) .site-info {\r\n  font-family: \"Roboto\", \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"ヒラギノ角ゴ Pro W3\", \"Hiragino Kaku Gothic Pro\", \"Osaka\", \"メイリオ\", \"Meiryo\", \"ＭＳ Ｐゴシック\", \"MS PGothic\";\r\n}\r\n\r\n:lang(ko) body {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"Dotum\", \"Gulim\";\r\n}\r\n:lang(ko) h1, :lang(ko) h2, :lang(ko) h3, :lang(ko) h4, :lang(ko) h5, :lang(ko) h6 {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"Dotum\", \"Gulim\";\r\n}\r\n:lang(ko) .section-intro, :lang(ko) #post-title, :lang(ko) .site-info {\r\n  font-family: \"Roboto\", \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"Dotum\", \"Gulim\";\r\n}\r\n"
  },
  {
    "path": "footer.php",
    "content": "<?php\n/**\n * The footer for Mynote theme\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\n/**\n * Hook: mynote_footer_before\n */\ndo_action( 'mynote_footer_before' );\n\n?>\n\n\t\t<footer class=\"footer\" role=\"contentinfo\">\n\n\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * Hook: mynote_footer\n\t\t\t\t *\n\t\t\t\t * @hooked mynote_footer_widgets - 10\n\t\t\t\t * @hooked mynote_columns        - 20\n\t\t\t\t */\n\t\t\t\tdo_action( 'mynote_footer' );\n\t\t\t?>\n\n\t\t</footer>\n\n\t\t<?php\n\t\t\t/**\n\t\t\t * Hook: mynote_footer_after\n\t\t\t */\n\t\t\tdo_action( 'mynote_footer_after' );\n\t\t?>\n\n\t</div><!-- .wrapper -->\n\n\t<?php\n\t\t/**\n\t\t * Hook: mynote_site_wrapper_after\n\t\t */\n\t\tdo_action( 'mynote_site_wrapper_after' );\n\n\t\twp_footer();\n\t?>\n\n\t<a href=\"javascript:void(0);\" class=\"go-top\" style=\"display: none\">\n\t\t<i class=\"fas fa-arrow-up\"></i>\n\t</a>\n</body>\n</html>\n"
  },
  {
    "path": "functions.php",
    "content": "<?php\n/**\n * Basic initialization for Mynote theme\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\nif ( ! function_exists( 'mynote_setup_theme' ) ) {\n\n\tfunction mynote_setup_theme() {\n\n\t\t// Let WordPress manage the document title.\n\t\tadd_theme_support( 'title-tag' );\n\n\t\t// Add Thumbnail Theme Support.\n\t\tadd_theme_support( 'post-thumbnails' );\n\n\t\t// Enables post and comment RSS feed links to head.\n\t\tadd_theme_support( 'automatic-feed-links' );\n\n\t\t// Custom Thumbnail Size call using the_post_thumbnail( 'mynote-thumbnail' ); .\n\t\tadd_image_size( 'mynote-thumbnail', 360, 240, true );\n\t\tadd_image_size( 'mynote-medium', 600, 400, true );\n\n\t\t// Localisation Support.\n\t\tload_theme_textdomain( 'mynote', get_template_directory() . '/languages' );\n\n\t\t// Add excerpt to page.\n\t\tadd_post_type_support( 'page', 'excerpt' );\n\n\t\t// Add custom background support.\n\t\t$background_args = array(\n\t\t\t'default-color'          => '',\n\t\t\t'default-image'          => '',\n\t\t\t'default-repeat'         => 'repeat',\n\t\t\t'default-position-x'     => 'left',\n\t\t\t'default-position-y'     => 'top',\n\t\t\t'default-size'           => 'auto',\n\t\t\t'default-attachment'     => 'scroll',\n\t\t\t'wp-head-callback'       => '_custom_background_cb',\n\t\t\t'admin-head-callback'    => '',\n\t\t\t'admin-preview-callback' => '',\n\t\t);\n\t\tadd_theme_support( 'custom-background', $background_args );\n\n\t\t// Add theme support for Custom Header\n\t\t$header_args = array(\n\t\t\t'default-image'          => '',\n\t\t\t'width'                  => 1920,\n\t\t\t'height'                 => 640,\n\t\t\t'flex-width'             => false,\n\t\t\t'flex-height'            => false,\n\t\t\t'uploads'                => true,\n\t\t\t'random-default'         => false,\n\t\t\t'header-text'            => true,\n\t\t\t'default-text-color'     => 'ffffff',\n\t\t\t'wp-head-callback'       => '_custom_background_cb',\n\t\t\t'admin-head-callback'    => '',\n\t\t\t'admin-preview-callback' => '',\n\t\t\t'video'                  => false,\n\t\t\t'video-active-callback'  => '',\n\t\t);\n\t\tadd_theme_support( 'custom-header', $header_args );\n\n\t\t// Add theme support for Custom Logo.\n\t\t$logo_args = array(\n\t\t\t'height'     => 60,\n\t\t\t'width'      => 180,\n\t\t\t'flex-width' => true,\n\t\t);\n\t\tadd_theme_support( 'custom-logo', $logo_args );\n\n\t\tadd_theme_support(\n\t\t\t'woocommerce',\n\t\t\tarray(\n\t\t\t\t'thumbnail_image_width' => 150,\n\t\t\t\t'single_image_width'    => 300,\n\t\t\t\t'product_grid'          => array(\n\t\t\t\t\t'default_rows'    => 3,\n\t\t\t\t\t'min_rows'        => 2,\n\t\t\t\t\t'max_rows'        => 8,\n\t\t\t\t\t'default_columns' => 4,\n\t\t\t\t\t'min_columns'     => 2,\n\t\t\t\t\t'max_columns'     => 5,\n\t\t\t\t),\n\t\t\t)\n\t\t);\n\t}\n\n\tadd_editor_style( 'editor-style.css' );\n}\n\n/**\n * Add scripts\n */\nfunction mynote_header_scripts() {\n\tif ( 'wp-login.php' !== $GLOBALS['pagenow'] && ! is_admin() ) {\n\t\twp_register_script( 'bootstrap', get_template_directory_uri() . '/assets/js/bootstrap.bundle.min.js', array( 'jquery' ), '4.1.0' );\n\t\twp_enqueue_script( 'bootstrap' );\n\t}\n}\n\n/**\n * Add styles\n */\nfunction mynote_styles() {\n\twp_register_style( 'bootstrap', get_template_directory_uri() . '/assets/css/bootstrap.min.css', array(), '4.1.0', 'all' );\n\twp_enqueue_style( 'bootstrap' );\n\n\twp_register_style( 'fontawesome', get_template_directory_uri() . '/assets/css/fontawesome-all.min.css', array(), '5.1.0', 'all' );\n\twp_enqueue_style( 'fontawesome' );\n\n\twp_register_style( 'mynote-font-roboto', 'https://fonts.googleapis.com/css?family=Roboto:300,400', array(), '1.0', 'all' );\n\twp_enqueue_style( 'mynote-font-roboto' );\n\n\twp_register_style( 'mynote', get_template_directory_uri() . '/style.css', array(), '2.0.3', 'all' );\n\twp_enqueue_style( 'mynote' );\n}\n\n/**\n * Enqueue the javascript that performs in-link comment reply fanciness\n *\n * @return void\n */\nfunction mynote_enqueue_comment_reply() {\n\tif ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {\n\t\twp_enqueue_script( 'comment-reply' );\n\t}\n}\n\n/**\n * Register mynote Navigation\n *\n * @return void\n */\nfunction mynote_register_mynote_menu() {\n\tregister_nav_menus(\n\t\tarray(\n\t\t\t'header-menu'  => __( 'Header Menu', 'mynote' ),\n\t\t\t'sidebar-menu' => __( 'Sidebar Menu', 'mynote' ),\n\t\t\t'footer-menu'  => __( 'Footer Menu', 'mynote' ),\n\t\t\t'social'       => __( 'Social Links Menu', 'mynote' ),\n\t\t)\n\t);\n}\n\n/**\n * Register widget area.\n */\nfunction mynote_widgets_init() {\n\tregister_sidebar(\n\t\tarray(\n\t\t\t'name'          => __( 'Sidebar', 'mynote' ),\n\t\t\t'id'            => 'sidebar-1',\n\t\t\t'description'   => __( 'Add widgets here to appear in your sidebar on blog posts.', 'mynote' ),\n\t\t\t'before_widget' => '<section id=\"%1$s\" class=\"widget %2$s\">',\n\t\t\t'after_widget'  => '</section>',\n\t\t\t'before_title'  => '<h2 class=\"widget-title\">',\n\t\t\t'after_title'   => '</h2>',\n\t\t)\n\t);\n\n\tregister_sidebar(\n\t\tarray(\n\t\t\t'name'          => __( 'Footer', 'mynote' ),\n\t\t\t'id'            => 'sidebar-2',\n\t\t\t'description'   => __( 'Add widgets here to appear in your footer.', 'mynote' ),\n\t\t\t'before_widget' => '<section id=\"%1$s\" class=\"widget %2$s col-lg col-md-4 col-sm-12\">',\n\t\t\t'after_widget'  => '</section>',\n\t\t\t'before_title'  => '<h2 class=\"widget-title\">',\n\t\t\t'after_title'   => '</h2>',\n\t\t)\n\t);\n\n\tregister_sidebar(\n\t\tarray(\n\t\t\t'name'          => __( 'Sticky Sidebar', 'mynote' ),\n\t\t\t'id'            => 'sidebar-3',\n\t\t\t'description'   => __( 'Add widgets here to appear in your sidebar on blog posts and archive pages.', 'mynote' ),\n\t\t\t'before_widget' => '<section id=\"%1$s\" class=\"widget %2$s\">',\n\t\t\t'after_widget'  => '</section>',\n\t\t\t'before_title'  => '<h2 class=\"widget-title\">',\n\t\t\t'after_title'   => '</h2>',\n\t\t)\n\t);\n\n\tregister_sidebar(\n\t\tarray(\n\t\t\t'name'          => __( 'Homepage Middle', 'mynote' ),\n\t\t\t'id'            => 'sidebar-4',\n\t\t\t'description'   => __( 'Add widgets here to appear in your homepage middle section.', 'mynote' ),\n\t\t\t'before_widget' => '<section id=\"%1$s\" class=\"widget %2$s col-lg col-md-4 col-sm-12\">',\n\t\t\t'after_widget'  => '</section>',\n\t\t\t'before_title'  => '<h2 class=\"widget-title\">',\n\t\t\t'after_title'   => '</h2>',\n\t\t)\n\t);\n\n\tregister_sidebar(\n\t\tarray(\n\t\t\t'name'          => __( 'Homepage Intro', 'mynote' ),\n\t\t\t'id'            => 'sidebar-5',\n\t\t\t'description'   => __( 'Add widgets here to appear in your homepage intro section.', 'mynote' ),\n\t\t\t'before_widget' => '<section id=\"%1$s\" class=\"widget %2$s my-2 col-lg-12\">',\n\t\t\t'after_widget'  => '</section>',\n\t\t\t'before_title'  => '<h2 class=\"widget-title\">',\n\t\t\t'after_title'   => '</h2>',\n\t\t)\n\t);\n\n\tregister_sidebar(\n\t\tarray(\n\t\t\t'name'          => __( 'Homepage Sidebar', 'mynote' ),\n\t\t\t'id'            => 'sidebar-6',\n\t\t\t'description'   => __( 'Add widgets here to appear in your sidebar on homepage.', 'mynote' ),\n\t\t\t'before_widget' => '<section id=\"%1$s\" class=\"widget %2$s\">',\n\t\t\t'after_widget'  => '</section>',\n\t\t\t'before_title'  => '<h2 class=\"widget-title\">',\n\t\t\t'after_title'   => '</h2>',\n\t\t)\n\t);\n\n\tregister_sidebar(\n\t\tarray(\n\t\t\t'name'          => __( 'Archive Sidebar', 'mynote' ),\n\t\t\t'id'            => 'sidebar-7',\n\t\t\t'description'   => __( 'Add widgets here to appear in your sidebar on archive pages.', 'mynote' ),\n\t\t\t'before_widget' => '<section id=\"%1$s\" class=\"widget %2$s\">',\n\t\t\t'after_widget'  => '</section>',\n\t\t\t'before_title'  => '<h2 class=\"widget-title\">',\n\t\t\t'after_title'   => '</h2>',\n\t\t)\n\t);\n\n\tregister_widget( 'Mynote_Widget_Toc' );\n}\n\n// I still don't know why should I put this line to ignore theme-check warning.\nif ( ! isset( $content_width ) ) {\n\t$content_width = 900;\n}\n\nif ( ! function_exists( 'wp_body_open' ) ) {\n\t/**\n\t * Added for backwards compatibility to support WordPress versions prior to 5.2.0.\n\t *\n\t * @since WP 5.2.0\n\t */\n\tfunction wp_body_open() {\n\t\tdo_action( 'wp_body_open' );\n\t}\n}\n\n/**\n * Customizer additions.\n */\nif ( function_exists( 'is_customize_preview' ) && is_customize_preview() ) {\n\trequire get_parent_theme_file_path( '/inc/customizer.php' );\n}\n\n/**\n * Implement the Custom Header feature.\n */\nrequire get_parent_theme_file_path( '/inc/customize-css.php' );\n\n/**\n * Custom Walker_Nav_Menu for Mynote theme header menu.\n */\nrequire get_parent_theme_file_path( '/inc/classes/navbar/class-mynote-walker.php' );\n\n/**\n * Sticky TOC widget for single post.\n */\nrequire get_parent_theme_file_path( '/inc/classes/widgets/class-mynote-widget-toc.php' );\n\n/**\n * Custom template tags for this theme.\n */\nrequire get_parent_theme_file_path( '/inc/template-tags.php' );\n\n/**\n * Additional features to allow styling of the templates.\n */\nrequire get_parent_theme_file_path( '/inc/template-functions.php' );\n\n/**\n * Social icon functions.\n */\nrequire get_parent_theme_file_path( '/inc/icon-functions.php' );\n\n/**\n * Mynote template functions for hooks.\n */\nrequire get_parent_theme_file_path( '/inc/template-hook-functions.php' );\n\n/**\n * Hooks for Mynote theme.\n */\nrequire get_parent_theme_file_path( '/inc/template-hooks.php' );\n"
  },
  {
    "path": "header.php",
    "content": "<?php\n/**\n * The header part of Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\n?><!doctype html>\n<html <?php language_attributes(); ?> class=\"no-js\">\n<head>\n\t<meta charset=\"<?php bloginfo( 'charset' ); ?>\">\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n\n\t<?php\n\t\t/**\n\t\t * Hook: mynote_head\n\t\t */\n\t\tdo_action( 'mynote_head' );\n\n\t\twp_head();\n\t?>\n\n</head>\n<body <?php body_class( mynote_body_class() ); ?>>\n\n\t<?php wp_body_open(); ?>\n\n\t<?php\n\t\t/**\n\t\t * Hook: mynote_header_after\n\t\t */\n\t\tdo_action( 'mynote_site_wrapper_before' );\n\t?>\n\n\t<div class=\"wrapper\">\n\n\t\t<?php\n\t\t\t/**\n\t\t\t * Hook: mynote_header_after\n\t\t\t */\n\t\t\tdo_action( 'mynote_header_before' );\n\t\t?>\n\n\t\t<header class=\"header clear\" role=\"banner\">\n\t\t\t<div class=\"container\">\n\n\t\t\t\t<?php\n\t\t\t\t\t/**\n\t\t\t\t\t * Hook: mynote_header\n\t\t\t\t\t *\n\t\t\t\t\t * @hooked mynote_header_navigation - 10\n\t\t\t\t\t */\n\t\t\t\t\tdo_action( 'mynote_header' );\n\t\t\t\t?>\n\n\t\t\t</div><!-- .container -->\n\t\t</header>\n\n\t\t<?php\n\t\t\t/**\n\t\t\t * Hook: mynote_header_after\n\t\t\t */\n\t\t\tdo_action( 'mynote_header_after' );\n\t\t?>\n"
  },
  {
    "path": "inc/assets/css/index.html",
    "content": ""
  },
  {
    "path": "inc/assets/css/mynote-alpha-color-picker.css",
    "content": "/**\r\n * Alpha Color Picker CSS\r\n */\r\n.customize-control-alpha-color .wp-picker-container {\r\n  max-width: 257px;\r\n}\r\n.customize-control-alpha-color .wp-picker-container .iris-picker {\r\n  border-bottom: none;\r\n}\r\n.customize-control-alpha-color .wp-picker-open + .wp-picker-input-wrap {\r\n  width: 100%;\r\n}\r\n.customize-control-alpha-color .wp-picker-input-wrap input[type=\"text\"].wp-color-picker.alpha-color-control {\r\n  float: left;\r\n  width: 195px;\r\n}\r\n.customize-control-alpha-color .wp-picker-input-wrap .button {\r\n  margin-left: 0;\r\n  float: right;\r\n}\r\n\r\n.wp-picker-container .wp-picker-open ~ .wp-picker-holder .alpha-color-picker-container {\r\n  display: block;\r\n}\r\n\r\n.alpha-color-picker-container {\r\n  border: 1px solid #dfdfdf;\r\n  border-top: none;\r\n  display: none;\r\n  background: #FFF;\r\n  padding: 0 11px 10px;\r\n  position: relative;\r\n}\r\n.alpha-color-picker-container .ui-widget-content, .alpha-color-picker-container .ui-widget-header {\r\n  background: transparent;\r\n  border: none;\r\n}\r\n\r\n.alpha-color-picker-wrap .ui-state-focus {\r\n  background: transparent;\r\n  border: none;\r\n}\r\n.alpha-color-picker-wrap a.iris-square-value:focus {\r\n  -webkit-box-shadow: none;\r\n  box-shadow: none;\r\n}\r\n\r\n.alpha-color-picker-container .ui-slider {\r\n  position: relative;\r\n  z-index: 1;\r\n  height: 24px;\r\n  text-align: center;\r\n  margin: 0 auto;\r\n  width: 88%;\r\n  width: calc( 100% - 28px );\r\n}\r\n.alpha-color-picker-container .ui-slider-handle, .alpha-color-picker-container .ui-widget-content .ui-state-default {\r\n  color: #777;\r\n  background-color: #FFF;\r\n  text-shadow: 0 1px 0 #FFF;\r\n  text-decoration: none;\r\n  position: absolute;\r\n  z-index: 2;\r\n  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);\r\n  border: 1px solid #aaa;\r\n  -webkit-border-radius: 4px;\r\n  -moz-border-radius: 4px;\r\n  border-radius: 4px;\r\n  margin-top: -2px;\r\n  top: 0;\r\n  height: 26px;\r\n  width: 26px;\r\n  cursor: ew-resize;\r\n  font-size: 0;\r\n  padding: 0;\r\n  line-height: 27px;\r\n  margin-left: -14px;\r\n}\r\n.alpha-color-picker-container .ui-slider-handle.show-opacity {\r\n  font-size: 12px;\r\n}\r\n.alpha-color-picker-container .click-zone {\r\n  width: 14px;\r\n  height: 24px;\r\n  display: block;\r\n  position: absolute;\r\n  left: 10px;\r\n}\r\n.alpha-color-picker-container .max-click-zone {\r\n  right: 10px;\r\n  left: auto;\r\n}\r\n.alpha-color-picker-container .transparency {\r\n  height: 24px;\r\n  width: 100%;\r\n  background-color: #FFF;\r\n  background-image: url(../images/mynote-transparency-grid.png);\r\n  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;\r\n  -webkit-border-radius: 3px;\r\n  -moz-border-radius: 3px;\r\n  border-radius: 3px;\r\n  padding: 0;\r\n  margin-top: -24px;\r\n}\r\n\r\n@media only screen and (max-width: 782px) {\r\n  .customize-control-alpha-color .wp-picker-input-wrap input[type=\"text\"].wp-color-picker.alpha-color-control {\r\n    width: 184px;\r\n  }\r\n}\r\n@media only screen and (max-width: 640px) {\r\n  .customize-control-alpha-color .wp-picker-input-wrap input[type=\"text\"].wp-color-picker.alpha-color-control {\r\n    width: 172px;\r\n    height: 33px;\r\n  }\r\n}\r\n"
  },
  {
    "path": "inc/assets/css/mynote-image-radio.css",
    "content": ".radio-controls {\r\n  margin-top: 15px;\r\n}\r\n.radio-controls .radio-img {\r\n  border: 3px solid #cccccc;\r\n  margin: 0;\r\n  cursor: pointer;\r\n  border-radius: 4px;\r\n  -moz-border-radius: 4px;\r\n  -webkit-border-radius: 4px;\r\n}\r\n.radio-controls .radio-img-selected {\r\n  border: 4px solid #00aeff;\r\n  border-radius: 4px;\r\n  -moz-border-radius: 4px;\r\n  -webkit-border-radius: 4px;\r\n}\r\n.radio-controls li {\r\n  text-align: center;\r\n  padding: 5px;\r\n}\r\n"
  },
  {
    "path": "inc/assets/css/mynote-toggle.css",
    "content": ".toggle-controls {\r\n  display: flex;\r\n  flex-direction: row;\r\n  justify-content: flex-start;\r\n}\r\n\r\n.disabled-control-title {\r\n  color: #a0a5aa;\r\n}\r\n\r\ninput[type=checkbox].mn-toggle {\r\n  display: none;\r\n  box-sizing: border-box;\r\n}\r\ninput[type=checkbox].mn-toggle:after, input[type=checkbox].mn-toggle:before {\r\n  box-sizing: border-box;\r\n}\r\ninput[type=checkbox].mn-toggle * {\r\n  box-sizing: border-box;\r\n}\r\ninput[type=checkbox].mn-toggle *:after, input[type=checkbox].mn-toggle *:before {\r\n  box-sizing: border-box;\r\n}\r\ninput[type=checkbox].mn-toggle + .mn-toggle-btn {\r\n  box-sizing: border-box;\r\n}\r\ninput[type=checkbox].mn-toggle::-moz-selection, input[type=checkbox].mn-toggle:after::-moz-selection, input[type=checkbox].mn-toggle:before::-moz-selection {\r\n  background: none;\r\n}\r\ninput[type=checkbox].mn-toggle *::-moz-selection, input[type=checkbox].mn-toggle *:after::-moz-selection, input[type=checkbox].mn-toggle *:before::-moz-selection {\r\n  background: none;\r\n}\r\ninput[type=checkbox].mn-toggle + .mn-toggle-btn::-moz-selection, input[type=checkbox].mn-toggle::selection, input[type=checkbox].mn-toggle:after::selection, input[type=checkbox].mn-toggle:before::selection {\r\n  background: none;\r\n}\r\ninput[type=checkbox].mn-toggle *::selection, input[type=checkbox].mn-toggle *:after::selection, input[type=checkbox].mn-toggle *:before::selection {\r\n  background: none;\r\n}\r\ninput[type=checkbox].mn-toggle + .mn-toggle-btn {\r\n  width: 4em;\r\n  height: 2em;\r\n  position: relative;\r\n  display: block;\r\n  -webkit-user-select: none;\r\n  -moz-user-select: none;\r\n  -ms-user-select: none;\r\n  user-select: none;\r\n  cursor: pointer;\r\n  outline: 0;\r\n}\r\ninput[type=checkbox].mn-toggle + .mn-toggle-btn::selection {\r\n  background: none;\r\n}\r\ninput[type=checkbox].mn-toggle + .mn-toggle-btn:after, input[type=checkbox].mn-toggle + .mn-toggle-btn:before {\r\n  position: relative;\r\n  display: block;\r\n  content: \"\";\r\n  width: 50%;\r\n  height: 100%;\r\n}\r\ninput[type=checkbox].mn-toggle + .mn-toggle-btn:after {\r\n  left: 0;\r\n}\r\ninput[type=checkbox].mn-toggle + .mn-toggle-btn:before {\r\n  display: none;\r\n}\r\ninput[type=checkbox].mn-toggle:checked + .mn-toggle-btn:after {\r\n  left: 50%;\r\n}\r\ninput[type=checkbox].mn-toggle-blue + .mn-toggle-btn {\r\n  background: #f0f0f0;\r\n  border-radius: 2em;\r\n  padding: 2px;\r\n  -webkit-transition: all .5s ease;\r\n  transition: all .5s ease;\r\n}\r\ninput[type=checkbox].mn-toggle-blue + .mn-toggle-btn:after {\r\n  border-radius: 50%;\r\n  background: #fff;\r\n  -webkit-transition: all .2s ease;\r\n  transition: all .2s ease;\r\n}\r\ninput[type=checkbox].mn-toggle-blue:checked + .mn-toggle-btn {\r\n  background: #9fd5af;\r\n}\r\ninput[type=checkbox].mn-toggle-blue:checked + .mn-toggle-btn {\r\n  background: #0085ba;\r\n}\r\ninput[type=checkbox].mn-toggle-blue + .mn-toggle-btn {\r\n  background: #a0aaaa;\r\n}\r\ninput[type=checkbox].mn-toggle-blue + .mn-toggle-btn:after {\r\n  background: #f7f7f7;\r\n}\r\n"
  },
  {
    "path": "inc/assets/images/index.html",
    "content": ""
  },
  {
    "path": "inc/assets/index.html",
    "content": ""
  },
  {
    "path": "inc/assets/js/index.html",
    "content": ""
  },
  {
    "path": "inc/assets/js/mynote-alpha-color-picker.js",
    "content": "/**\n * Alpha Color Picker JS\n *\n * This file includes several helper functions and the core control JS.\n */\n\n/**\n * Override the stock color.js toString() method to add support for\n * outputting RGBa or Hex.\n */\nColor.prototype.toString = function( flag ) {\n\n\t// If our no-alpha flag has been passed in, output RGBa value with 100% opacity.\n\t// This is used to set the background color on the opacity slider during color changes.\n\tif ( 'no-alpha' == flag ) {\n\t\treturn this.toCSS( 'rgba', '1' ).replace( /\\s+/g, '' );\n\t}\n\n\t// If we have a proper opacity value, output RGBa.\n\tif ( 1 >= this._alpha ) {\n\t\treturn this.toCSS( 'rgba', this._alpha ).replace( /\\s+/g, '' );\n\t}\n\n\t// Proceed with stock color.js hex output.\n\tvar hex = parseInt( this._color, 10 ).toString( 16 );\n\tif ( this.error ) { return ''; }\n\tif ( hex.length < 6 ) {\n\t\tfor ( var i = 6 - hex.length - 1; i >= 0; i-- ) {\n\t\t\thex = '0' + hex;\n\t\t}\n\t}\n\n\treturn '#' + hex;\n};\n\n/**\n * Given an RGBa, RGB, or hex color value, return the alpha channel value.\n */\nfunction acp_get_alpha_value_from_color( value ) {\n\tvar alphaVal;\n\n\t// Remove all spaces from the passed in value to help our RGBa regex.\n\tvalue = value.replace( / /g, '' );\n\n\tif ( value.match( /rgba\\(\\d+\\,\\d+\\,\\d+\\,([^\\)]+)\\)/ ) ) {\n\t\talphaVal = parseFloat( value.match( /rgba\\(\\d+\\,\\d+\\,\\d+\\,([^\\)]+)\\)/ )[1] ).toFixed(2) * 100;\n\t\talphaVal = parseInt( alphaVal );\n\t} else {\n\t\talphaVal = 100;\n\t}\n\n\treturn alphaVal;\n}\n\n/**\n * Force update the alpha value of the color picker object and maybe the alpha slider.\n */\n function acp_update_alpha_value_on_color_control( alpha, $control, $alphaSlider, update_slider ) {\n\tvar iris, colorPicker, color;\n\n\tiris = $control.data( 'a8cIris' );\n\tcolorPicker = $control.data( 'wpWpColorPicker' );\n\n\t// Set the alpha value on the Iris object.\n\tiris._color._alpha = alpha;\n\n\t// Store the new color value.\n\tcolor = iris._color.toString();\n\n\t// Set the value of the input.\n\t$control.val( color );\n\n\t// Update the background color of the color picker.\n\tcolorPicker.toggler.css({\n\t\t'background-color': color\n\t});\n\n\t// Maybe update the alpha slider itself.\n\tif ( update_slider ) {\n\t\tacp_update_alpha_value_on_alpha_slider( alpha, $alphaSlider );\n\t}\n\n\t// Update the color value of the color picker object.\n\t$control.wpColorPicker( 'color', color );\n}\n\n/**\n * Update the slider handle position and label.\n */\nfunction acp_update_alpha_value_on_alpha_slider( alpha, $alphaSlider ) {\n\t$alphaSlider.slider( 'value', alpha );\n\t$alphaSlider.find( '.ui-slider-handle' ).text( alpha.toString() );\n}\n\n/**\n * Initialization trigger.\n */\njQuery( document ).ready( function( $ ) {\n\n\t// Loop over each control and transform it into our color picker.\n\t$( '.alpha-color-control' ).each( function() {\n\n\t\tvar $parent = $( this ).closest( 'li.customize-control-alpha-color' );\n\n\t\t$parent.find( 'div.customize-control-notifications-container' ).prependTo( $parent );\n\t\t$parent.find( 'span.customize-control-description' ).prependTo( $parent );\n\t\t$parent.find( 'span.customize-control-title' ).prependTo( $parent );\n\t\t\n\t\t// Scope the vars.\n\t\tvar $control, startingColor, paletteInput, showOpacity, defaultColor, palette,\n\t\t\tcolorPickerOptions, $container, $alphaSlider, alphaVal, sliderOptions;\n\n\t\t// Store the control instance.\n\t\t$control = $( this );\n\n\t\t// Get a clean starting value for the option.\n\t\tstartingColor = $control.val().replace( /\\s+/g, '' );\n\n\t\t// Get some data off the control.\n\t\tpaletteInput = $control.attr( 'data-palette' );\n\t\tshowOpacity  = $control.attr( 'data-show-opacity' );\n\t\tdefaultColor = $control.attr( 'data-default-color' );\n\n\t\t// Process the palette.\n\t\tif ( paletteInput.indexOf( '|' ) !== -1 ) {\n\t\t\tpalette = paletteInput.split( '|' );\n\t\t} else if ( 'false' == paletteInput ) {\n\t\t\tpalette = false;\n\t\t} else {\n\t\t\tpalette = true;\n\t\t}\n\n\t\t// Set up the options that we'll pass to wpColorPicker().\n\t\tcolorPickerOptions = {\n\t\t\tchange: function( event, ui ) {\n\t\t\t\tvar key, value, alpha, $transparency;\n\n\t\t\t\tkey = $control.attr( 'data-customize-setting-link' );\n\t\t\t\tvalue = $control.wpColorPicker( 'color' );\n\n\t\t\t\t// Set the opacity value on the slider handle when the default color button is clicked.\n\t\t\t\tif ( defaultColor == value ) {\n\t\t\t\t\talpha = acp_get_alpha_value_from_color( value );\n\t\t\t\t\t$alphaSlider.find( '.ui-slider-handle' ).text( alpha );\n\t\t\t\t}\n\n\t\t\t\t// Send ajax request to wp.customize to trigger the Save action.\n\t\t\t\twp.customize( key, function( obj ) {\n\t\t\t\t\tobj.set( value );\n\t\t\t\t});\n\n\t\t\t\t$transparency = $container.find( '.transparency' );\n\n\t\t\t\t// Always show the background color of the opacity slider at 100% opacity.\n\t\t\t\t$transparency.css( 'background-color', ui.color.toString( 'no-alpha' ) );\n\t\t\t},\n\t\t\tpalettes: palette // Use the passed in palette.\n\t\t};\n\n\t\t// Create the colorpicker.\n\t\t$control.wpColorPicker( colorPickerOptions );\n\n\t\t$container = $control.parents( '.wp-picker-container:first' );\n\n\t\t// Insert our opacity slider.\n\t\t$( '<div class=\"alpha-color-picker-container\">' +\n\t\t\t\t'<div class=\"min-click-zone click-zone\"></div>' +\n\t\t\t\t'<div class=\"max-click-zone click-zone\"></div>' +\n\t\t\t\t'<div class=\"alpha-slider\"></div>' +\n\t\t\t\t'<div class=\"transparency\"></div>' +\n\t\t\t'</div>' ).appendTo( $container.find( '.wp-picker-holder' ) );\n\n\t\t$alphaSlider = $container.find( '.alpha-slider' );\n\n\t\t// If starting value is in format RGBa, grab the alpha channel.\n\t\talphaVal = acp_get_alpha_value_from_color( startingColor );\n\n\t\t// Set up jQuery UI slider() options.\n\t\tsliderOptions = {\n\t\t\tcreate: function( event, ui ) {\n\t\t\t\tvar value = $( this ).slider( 'value' );\n\n\t\t\t\t// Set up initial values.\n\t\t\t\t$( this ).find( '.ui-slider-handle' ).text( value );\n\t\t\t\t$( this ).siblings( '.transparency ').css( 'background-color', startingColor );\n\t\t\t},\n\t\t\tvalue: alphaVal,\n\t\t\trange: 'max',\n\t\t\tstep: 1,\n\t\t\tmin: 0,\n\t\t\tmax: 100,\n\t\t\tanimate: 300\n\t\t};\n\n\t\t// Initialize jQuery UI slider with our options.\n\t\t$alphaSlider.slider( sliderOptions );\n\n\t\t// Maybe show the opacity on the handle.\n\t\tif ( 'true' == showOpacity ) {\n\t\t\t$alphaSlider.find( '.ui-slider-handle' ).addClass( 'show-opacity' );\n\t\t}\n\n\t\t// Bind event handlers for the click zones.\n\t\t$container.find( '.min-click-zone' ).on( 'click', function() {\n\t\t\tacp_update_alpha_value_on_color_control( 0, $control, $alphaSlider, true );\n\t\t});\n\t\t$container.find( '.max-click-zone' ).on( 'click', function() {\n\t\t\tacp_update_alpha_value_on_color_control( 100, $control, $alphaSlider, true );\n\t\t});\n\n\t\t// Bind event handler for clicking on a palette color.\n\t\t$container.find( '.iris-palette' ).on( 'click', function() {\n\t\t\tvar color, alpha;\n\n\t\t\tcolor = $( this ).css( 'background-color' );\n\t\t\talpha = acp_get_alpha_value_from_color( color );\n\n\t\t\tacp_update_alpha_value_on_alpha_slider( alpha, $alphaSlider );\n\n\t\t\t// Sometimes Iris doesn't set a perfect background-color on the palette,\n\t\t\t// for example rgba(20, 80, 100, 0.3) becomes rgba(20, 80, 100, 0.298039).\n\t\t\t// To compensante for this we round the opacity value on RGBa colors here\n\t\t\t// and save it a second time to the color picker object.\n\t\t\tif ( alpha != 100 ) {\n\t\t\t\tcolor = color.replace( /[^,]+(?=\\))/, ( alpha / 100 ).toFixed( 2 ) );\n\t\t\t}\n\n\t\t\t$control.wpColorPicker( 'color', color );\n\t\t});\n\n\t\t// Bind event handler for clicking on the 'Clear' button.\n\t\t$container.find( '.button.wp-picker-clear' ).on( 'click', function() {\n\t\t\tvar key = $control.attr( 'data-customize-setting-link' );\n\n\t\t\t// The #fff color is delibrate here. This sets the color picker to white instead of the\n\t\t\t// defult black, which puts the color picker in a better place to visually represent empty.\n\t\t\t$control.wpColorPicker( 'color', '#ffffff' );\n\n\t\t\t// Set the actual option value to empty string.\n\t\t\twp.customize( key, function( obj ) {\n\t\t\t\tobj.set( '' );\n\t\t\t});\n\n\t\t\tacp_update_alpha_value_on_alpha_slider( 100, $alphaSlider );\n\t\t});\n\n\t\t// Bind event handler for clicking on the 'Default' button.\n\t\t$container.find( '.button.wp-picker-default' ).on( 'click', function() {\n\t\t\tvar alpha = acp_get_alpha_value_from_color( defaultColor );\n\n\t\t\tacp_update_alpha_value_on_alpha_slider( alpha, $alphaSlider );\n\t\t});\n\n\t\t// Bind event handler for typing or pasting into the input.\n\t\t$control.on( 'input', function() {\n\t\t\tvar value = $( this ).val();\n\t\t\tvar alpha = acp_get_alpha_value_from_color( value );\n\n\t\t\tacp_update_alpha_value_on_alpha_slider( alpha, $alphaSlider );\n\t\t});\n\n\t\t// Update all the things when the slider is interacted with.\n\t\t$alphaSlider.slider().on( 'slide', function( event, ui ) {\n\t\t\tvar alpha = parseFloat( ui.value ) / 100.0;\n\n\t\t\tacp_update_alpha_value_on_color_control( alpha, $control, $alphaSlider, false );\n\n\t\t\t// Change value shown on slider handle.\n\t\t\t$( this ).find( '.ui-slider-handle' ).text( ui.value );\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "inc/assets/js/mynote-image-radio.js",
    "content": "/**\n * Customize_Image_Radio_Control\n *\n * Use the image instead of origin radio button.\n *\n * @package   WordPress\n * @author    Terry Lin <terrylinooo>\n * @license   GPLv3 (or later)\n * @link      https://terryl.in\n * @copyright 2018 Terry Lin\n */\njQuery( document ).ready( function( $ ) {\n    $( '.radio-controls li img' ).click (function () {\n        $( '.radio-controls li' ).each( function () {\n            $( this ).find( 'img' ).removeClass( 'radio-img-selected' );\n        });\n        $( this ).addClass( 'radio-img-selected' );\n    });\n});"
  },
  {
    "path": "inc/assets/scss/config.rb",
    "content": "require 'compass/import-once/activate'\n# Require any additional compass plugins here.\nrelative_assets = true\n\n# Set this to the root of your project when deployed:\nhttp_path = \"/\"\ncss_dir = \"../css\"\nsass_dir = \"\"\nimages_dir = \"../images\"\njavascripts_dir = \"../js\"\n\n# You can select your preferred output style here (can be overridden via the command line):\n# output_style = :expanded or :nested or :compact or :compressed\n\n# To enable relative paths to assets via compass helper functions. Uncomment:\n# relative_assets = true\n\n# To disable debugging comments that display the original location of your selectors. Uncomment:\nline_comments = false\nenvironment = :production\noutput_style = :expanded\n\n# If you prefer the indented syntax, you might want to regenerate this\n# project again passing --syntax sass, or you can uncomment this:\n# preferred_syntax = :sass\n# and then run:\n# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass\n# \nEncoding.default_external = Encoding.find('utf-8')\n#require 'compass-normalize'\n\ncache = false"
  },
  {
    "path": "inc/assets/scss/index.html",
    "content": ""
  },
  {
    "path": "inc/assets/scss/mynote-alpha-color-picker.scss",
    "content": "/**\n * Alpha Color Picker CSS\n */\n\n .customize-control-alpha-color {\n\t.wp-picker-container {\n\t\t.iris-picker {\n\t\t\t\tborder-bottom: none;\n\t\t\t}\n\t\tmax-width: 257px;\n\t}\n\t.wp-picker-open + .wp-picker-input-wrap {\n\t\twidth: 100%;\n\t}\n\t.wp-picker-input-wrap {\n\t\tinput[type=\"text\"].wp-color-picker.alpha-color-control {\n\t\t\tfloat: left;\n\t\t\twidth: 195px;\n\t\t}\n\t\t.button {\n\t\t\tmargin-left: 0;\n\t\t\tfloat: right;\n\t\t}\n\t}\n}\n\t\n.wp-picker-container .wp-picker-open ~ .wp-picker-holder .alpha-color-picker-container {\n\tdisplay: block;\n}\n\t\n.alpha-color-picker-container {\n\tborder: 1px solid #dfdfdf;\n\tborder-top: none;\n\tdisplay: none;\n\tbackground: #FFF;\n\tpadding: 0 11px 10px;\n\tposition: relative;\n\t.ui-widget-content, .ui-widget-header {\n\t\tbackground: transparent;\n\t\tborder: none;\n\t}\n}\n\n.alpha-color-picker-wrap {\n\t.ui-state-focus {\n\t\tbackground: transparent;\n\t\tborder: none;\n\t}\n\ta.iris-square-value:focus {\n\t\t-webkit-box-shadow: none;\n\t\tbox-shadow: none;\n\t}\n}\n\n.alpha-color-picker-container {\n\t.ui-slider {\n\t\tposition: relative;\n\t\tz-index: 1;\n\t\theight: 24px;\n\t\ttext-align: center;\n\t\tmargin: 0 auto;\n\t\twidth: 88%;\n\t\twidth: calc( 100% - 28px );\n\t}\n\t.ui-slider-handle, .ui-widget-content .ui-state-default {\n\t\tcolor: #777;\n\t\tbackground-color: #FFF;\n\t\ttext-shadow: 0 1px 0 #FFF;\n\t\ttext-decoration: none;\n\t\tposition: absolute;\n\t\tz-index: 2;\n\t\tbox-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);\n\t\tborder: 1px solid #aaa;\n\t\t-webkit-border-radius: 4px;\n\t\t-moz-border-radius: 4px;\n\t\tborder-radius: 4px;\n\t\tmargin-top: -2px;\n\t\ttop: 0;\n\t\theight: 26px;\n\t\twidth: 26px;\n\t\tcursor: ew-resize;\n\t\tfont-size: 0;\n\t\tpadding: 0;\n\t\tline-height: 27px;\n\t\tmargin-left: -14px;\n\t}\n\t.ui-slider-handle.show-opacity {\n\t\tfont-size: 12px;\n\t}\n\t.click-zone {\n\t\twidth: 14px;\n\t\theight: 24px;\n\t\tdisplay: block;\n\t\tposition: absolute;\n\t\tleft: 10px;\n\t}\n\t.max-click-zone {\n\t\tright: 10px;\n\t\tleft: auto;\n\t}\n\t.transparency {\n\t\theight: 24px;\n\t\twidth: 100%;\n\t\tbackground-color: #FFF;\n\t\tbackground-image: url(../images/mynote-transparency-grid.png);\n\t\tbox-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;\n\t\t-webkit-border-radius: 3px;\n\t\t-moz-border-radius: 3px;\n\t\tborder-radius: 3px;\n\t\tpadding: 0;\n\t\tmargin-top: -24px;\n\t}\n}\n\n@media only screen and (max-width: 782px) {\n\t.customize-control-alpha-color .wp-picker-input-wrap input[type=\"text\"].wp-color-picker.alpha-color-control {\n\t\twidth: 184px;\n\t}\n}\n\n@media only screen and (max-width: 640px) {\n\t.customize-control-alpha-color .wp-picker-input-wrap input[type=\"text\"].wp-color-picker.alpha-color-control {\n\t\twidth: 172px;\n\t\theight: 33px;\n\t}\n}"
  },
  {
    "path": "inc/assets/scss/mynote-image-radio.scss",
    "content": ".radio-controls {\n    margin-top: 15px;\n    .radio-img {\n        border: 3px solid #cccccc;\n        margin: 0;\n        cursor: pointer;\n        border-radius: 4px;\n        -moz-border-radius: 4px;\n        -webkit-border-radius: 4px;\n    }\n    .radio-img-selected {\n        border: 4px solid #00aeff;\n        border-radius: 4px;\n        -moz-border-radius: 4px;\n        -webkit-border-radius: 4px;\n    }\n    li {\n        text-align: center;\n        padding: 5px;\n    }\n}"
  },
  {
    "path": "inc/assets/scss/mynote-toggle.scss",
    "content": ".toggle-controls {\n    display:flex;\n    flex-direction: row;\n    justify-content: flex-start;\n}\n\n.disabled-control-title {\n\tcolor: #a0a5aa;\n}\n\ninput[type=checkbox] {\n\t&.mn-toggle {\n\t\tdisplay: none;\n\t\tbox-sizing: border-box;\n\t\t&:after, &:before {\n\t\t\tbox-sizing: border-box;\n\t\t}\n\t\t* {\n\t\t\tbox-sizing: border-box;\n\t\t\t&:after, &:before {\n\t\t\t\tbox-sizing: border-box;\n\t\t\t}\n\t\t}\n\t\t+ .mn-toggle-btn {\n\t\t\tbox-sizing: border-box;\n\t\t}\n\t\t&::-moz-selection, &:after::-moz-selection, &:before::-moz-selection {\n\t\t\tbackground: none;\n\t\t}\n\t\t* {\n\t\t\t&::-moz-selection, &:after::-moz-selection, &:before::-moz-selection {\n\t\t\t\tbackground: none;\n\t\t\t}\n\t\t}\n\t\t+ .mn-toggle-btn::-moz-selection, &::selection, &:after::selection, &:before::selection {\n\t\t\tbackground: none;\n\t\t}\n\t\t* {\n\t\t\t&::selection, &:after::selection, &:before::selection {\n\t\t\t\tbackground: none;\n\t\t\t}\n\t\t}\n\t\t+ .mn-toggle-btn {\n\t\t\t&::selection {\n\t\t\t\tbackground: none;\n            }\n            \n            width: 4em;\n            height: 2em;\n            position: relative;\n            display: block;\n            -webkit-user-select: none;\n\t\t\t-moz-user-select: none;\n\t\t\t-ms-user-select: none;\n            user-select: none;\n            cursor: pointer;\n\t\t\toutline: 0;\n\n\t\t\t&:after, &:before {\n\t\t\t\tposition: relative;\n\t\t\t\tdisplay: block;\n\t\t\t\tcontent: \"\";\n\t\t\t\twidth: 50%;\n\t\t\t\theight: 100%;\n\t\t\t}\n\t\t\t&:after {\n\t\t\t\tleft: 0;\n\t\t\t}\n\t\t\t&:before {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t}\n\t\t&:checked + .mn-toggle-btn:after {\n\t\t\tleft: 50%;\n\t\t}\n\t}\n\t&.mn-toggle-blue {\n\t\t+ .mn-toggle-btn {\n\t\t\tbackground: #f0f0f0;\n\t\t\tborder-radius: 2em;\n\t\t\tpadding: 2px;\n\t\t\t-webkit-transition: all .5s ease;\n\t\t\ttransition: all .5s ease;\n\t\t\t&:after {\n\t\t\t\tborder-radius: 50%;\n\t\t\t\tbackground: #fff;\n\t\t\t\t-webkit-transition: all .2s ease;\n\t\t\t\ttransition: all .2s ease;\n\t\t\t}\n\t\t}\n\t\t&:checked + .mn-toggle-btn {\n\t\t\tbackground: #9fd5af;\n\t\t}\n\t}\n\t\n    &.mn-toggle-blue {\n\t\t&:checked + .mn-toggle-btn {\n\t\t\tbackground: #0085ba;\n\t\t}\n\t\t+ .mn-toggle-btn {\n\t\t\tbackground: #a0aaaa;\n\t\t\t&:after {\n\t\t\t\tbackground: #f7f7f7;\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "inc/classes/customizer/class-customize-alpha-color-control.php",
    "content": "<?php\n/**\n * Alpha Color Picker Customizer Control\n *\n * This control adds a second slider for opacity to the stock WordPress color picker,\n * and it includes logic to seamlessly convert between RGBa and Hex color values as\n * opacity is added to or removed from a color.\n *\n * This Alpha Color Picker is free software: you can redistribute it and/or modify\n * it under the terms of the GNU General Public License as published by\n * the Free Software Foundation, either version 3 of the License, or\n * (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n * GNU General Public License for more details.\n *\n * You should have received a copy of the GNU General Public License\n * along with this Alpha Color Picker. If not, see <http://www.gnu.org/licenses/>.\n */\nclass Customize_Alpha_Color_Control extends WP_Customize_Control {\n\n\t/**\n\t * Official control name.\n\t */\n\tpublic $type = 'alpha-color';\n\n\t/**\n\t * Add support for palettes to be passed in.\n\t *\n\t * Supported palette values are true, false, or an array of RGBa and Hex colors.\n\t */\n\tpublic $palette;\n\n\t/**\n\t * Add support for showing the opacity value on the slider handle.\n\t */\n\tpublic $show_opacity;\n\n\t/**\n\t * Enqueue scripts and styles.\n\t *\n\t * Ideally these would get registered and given proper paths before this control object\n\t * gets initialized, then we could simply enqueue them here, but for completeness as a\n\t * stand alone class we'll register and enqueue them here.\n\t */\n\tpublic function enqueue() {\n\t\twp_enqueue_script( $this->type, get_template_directory_uri() . '/inc/assets/js/mynote-alpha-color-picker.js', array( 'jquery' ), '1.0.0', true );\n\t\twp_enqueue_style( $this->type, get_template_directory_uri() . '/inc/assets/css/mynote-alpha-color-picker.css', array(), '1.0.0' );\n\t}\n\n\t/**\n\t * Render the control.\n\t */\n\tpublic function render_content() {\n\n\t\t// Process the palette\n\t\tif ( is_array( $this->palette ) ) {\n\t\t\t$palette = implode( '|', $this->palette );\n\t\t} else {\n\t\t\t// Default to true.\n\t\t\t$palette = ( false === $this->palette || 'false' === $this->palette ) ? 'false' : 'true';\n\t\t}\n\n\t\t// Support passing show_opacity as string or boolean. Default to true.\n\t\t$show_opacity = ( false === $this->show_opacity || 'false' === $this->show_opacity ) ? 'false' : 'true';\n\n\t\t// Begin the output. ?>\n\t\t<label>\n\t\t\t<?php\n\t\t\t// Output the label and description if they were passed in.\n\t\t\tif ( isset( $this->label ) && '' !== $this->label ) {\n\t\t\t\techo '<span class=\"customize-control-title\">' . sanitize_text_field( $this->label ) . '</span>';\n\t\t\t}\n\t\t\tif ( isset( $this->description ) && '' !== $this->description ) {\n\t\t\t\techo '<span class=\"description customize-control-description\">' . sanitize_text_field( $this->description ) . '</span>';\n\t\t\t}\n\t\t\t?>\n\t\t\t<input class=\"alpha-color-control\" type=\"text\" data-show-opacity=\"<?php echo $show_opacity; ?>\" data-palette=\"<?php echo esc_attr( $palette ); ?>\" data-default-color=\"<?php echo esc_attr( $this->settings['default']->default ); ?>\" <?php $this->link(); ?>  />\n\t\t</label>\n\t\t<?php\n\t}\n}\n"
  },
  {
    "path": "inc/classes/customizer/class-customize-content-control.php",
    "content": "<?php\n/**\n * Customize_Content_Control\n *\n * Use the image instead of origin radio button.\n *\n * @package   WordPress\n * @author    Terry Lin <terrylinooo>\n * @license   GPLv3 (or later)\n * @link      https://terryl.in\n * @copyright 2018 Terry Lin\n */\n\nclass Customize_Content_Control extends WP_Customize_Control {\n\n\t/**\n\t * Define control type.\n\t */\n\tpublic $type = 'content';\n\n\t/**\n\t * Render the control.\n\t */\n\tpublic function render_content() {\n\n\t\tif ( isset( $this->label ) && '' !== $this->label ) {\n\t\t\techo '<span class=\"customize-control-title\">' . $this->label . '</span>';\n\t\t}\n\n\t\tif ( isset( $this->input_attrs['content'] ) ) {\n\t\t\techo $this->input_attrs['content'];\n\t\t}\n\n\t\tif ( isset( $this->description ) ) {\n\t\t\techo '<span class=\"description customize-control-description\">' . $this->description . '</span>';\n\t\t}\n\t}\n}\n\n"
  },
  {
    "path": "inc/classes/customizer/class-customize-image-radio-control.php",
    "content": "<?php\n/**\n * Customize_Image_Radio_Control\n *\n * Use the image instead of origin radio button.\n *\n * @package   WordPress\n * @author    Terry Lin <terrylinooo>\n * @license   GPLv3 (or later)\n * @link      https://terryl.in\n * @copyright 2018 Terry Lin\n */\n\nclass Customize_Image_Radio_Control extends WP_Customize_Control {\n\n\t/**\n\t * Define control type.\n\t */\n\tpublic $type = 'image-radio';\n\n\t/**\n\t * Enqueue scripts and styles.\n\t */\n\tpublic function enqueue() {\n\t\twp_enqueue_script( $this->type, get_template_directory_uri() . '/inc/assets/js/mynote-image-radio.js', array( 'jquery' ), '1.0.0', true );\n\t\twp_enqueue_style( $this->type, get_template_directory_uri() . '/inc/assets/css/mynote-image-radio.css', array(), '1.0.0' );\n\t}\n\n\t/**\n\t * Render the control.\n\t */\n\tpublic function render_content() {\n\n\t\tif ( empty( $this->choices ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\t$name = 'customize-radio-' . $this->id;\n\n\t\tif ( isset( $this->label ) && '' !== $this->label ) {\n\t\t\techo '<span class=\"customize-control-title\">' . sanitize_text_field( $this->label ) . '</span>';\n\t\t}\n\n\t\tif ( isset( $this->description ) && '' !== $this->description ) {\n\t\t\techo '<span class=\"description customize-control-description\">' . sanitize_text_field( $this->description ) . '</span>';\n\t\t}\n\n\t\t?>\n\n\t\t<ul class=\"radio-controls\">\n\t\t\t<?php\n\t\t\tforeach ( $this->choices as $value => $label ) {\n\t\t\t\t$class = ( $this->value() === $value ) ? 'radio-img-selected radio-img' : 'radio-img';\n\t\t\t\t?>\n\t\t\t\t<li>\n\t\t\t\t\t<label>\n\t\t\t\t\t\t<input style=\"display:none\" type=\"radio\" value=\"<?php echo esc_attr( $value ); ?>\" name=\"<?php echo esc_attr( $name ); ?>\" \n\t\t\t\t\t\t<?php checked( $this->value(), $value ); ?> \n\t\t\t\t\t\t<?php $this->link(); ?> />\n\t\t\t\t\t\t<img src=\"<?php echo esc_url( $label ); ?>\" class=\"<?php echo esc_attr( $class ); ?>\" />\n\t\t\t\t\t</label>\n\t\t\t\t</li>\n\t\t\t\t<?php\n\t\t\t}\n\t\t\t?>\n\t\t</ul>\n\t\t<?php\n\t}\n}\n"
  },
  {
    "path": "inc/classes/customizer/class-customize-toggle-control.php",
    "content": "<?php\n/**\n * Customize_Toggle_Control\n *\n * Use the CSS toggle button inteaf of checkbox.\n *\n * @package   WordPress\n * @author    Terry Lin <terrylinooo>\n * @license   GPLv3 (or later)\n * @link      https://terryl.in\n * @copyright 2018 Terry Lin\n */\n\nclass Customize_Toggle_Control extends WP_Customize_Control {\n\n\t/**\n\t * Define control type.\n\t */\n\tpublic $type = 'checkbox-toggle';\n\n\t/**\n\t * Enqueue scripts and styles.\n\t */\n\tpublic function enqueue() {\n\t\twp_enqueue_style( $this->type, get_template_directory_uri() . '/inc/assets/css/mynote-toggle.css', array(), '1.0.0' );\n\t}\n\n\t/**\n\t * Render the control's content.\n\t */\n\tpublic function render_content() {\n\t\t?>\n\n\t\t<div class=\"toggle-controls\">\n\t\t\t<span class=\"customize-control-title\" style=\"flex: 2 0 0; vertical-align: middle;\">\n\t\t\t\t<?php echo esc_html( $this->label ); ?>\n\t\t\t</span>\n\t\t\t<input id=\"mn-<?php echo $this->instance_number; ?>\" type=\"checkbox\" class=\"mn-toggle mn-toggle-blue\" value=\"<?php echo esc_attr( $this->value() ); ?>\" \n\t\t\t<?php checked( $this->value() ); ?> \n\t\t\t<?php $this->link(); ?> />\n\t\t\t<label for=\"mn-<?php echo $this->instance_number; ?>\" class=\"mn-toggle-btn\"></label>\n\t\t</div>\n\n\t\t<?php\n\n\t\tif ( isset( $this->description ) ) {\n\t\t\techo '<span class=\"description customize-control-description\">' . $this->description . '</span>';\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "inc/classes/customizer/index.html",
    "content": ""
  },
  {
    "path": "inc/classes/index.html",
    "content": ""
  },
  {
    "path": "inc/classes/navbar/class-mynote-walker.php",
    "content": "<?php\n/**\n * Mynote_Walker\n * Custom nav menu by using Bootscrap 4.\n * Bootscrap 4 CSS file is required.\n * https://getbootstrap.com/docs/4.1/getting-started/download/\n *\n * This is a stable version and will not be modified anymore.\n *\n * @package   WordPress\n * @author    Terry Lin <terrylinooo>\n * @license   GPLv3 (or later)\n * @link      https://terryl.in\n * @copyright 2018 Terry Lin\n */\n\n/**\n * Mynote_Walker\n */\nclass Mynote_Walker extends Walker_Nav_Menu {\n\t/**\n\t * Constructer.\n\t */\n\tpublic function __construct() {\n\t\tadd_filter(\n\t\t\t'nav_menu_css_class',\n\t\t\tfunction( $classes, $item, $args, $depth ) {\n\t\t\t\tunset( $classes );\n\t\t\t\treturn array();\n\t\t\t},\n\t\t\t10,\n\t\t\t4\n\t\t);\n\t}\n\n\t/**\n\t * Starts the list before the elements are added.\n\t *\n\t * @param string  $output Used to append additional content (passed by reference).\n\t * @param integer $depth  Depth of menu item. Used for padding.\n\t * @param object   $args   An object of wp_nav_menu() arguments.\n\t * @return void\n\t */\n\tpublic function start_lvl( &$output, $depth = 0, $args = null ) {\n\t\t$output .= '<div class=\"dropdown-menu\">';\n\t}\n\n\t/**\n\t * Ends the list of after the elements are added.\n\t *\n\t * @param string  $output Used to append additional content (passed by reference).\n\t * @param integer $depth  Depth of menu item. Used for padding.\n\t * @param object  $args   An object of wp_nav_menu() arguments.\n\t * @return void\n\t */\n\tpublic function end_lvl( &$output, $depth = 0, $args = null ) {\n\t\t$output .= '</div>';\n\t}\n\n\t/**\n\t * Starts the element output.\n\t *\n\t * @param string  $output Used to append additional content (passed by reference).\n\t * @param object  $item   Menu item data object.\n\t * @param integer $depth  Depth of menu item. Used for padding.\n\t * @param object  $args   An object of wp_nav_menu() arguments.\n\t * @param integer $id     Current item ID.\n\t * @return void\n\t */\n\tpublic function start_el( &$output, $item, $depth = 0, $args = null, $id = 0 ) {\n\t\t$classes      = empty( $item->classes ) ? array() : (array) $item->classes;\n\t\t$classes[]    = 'menu-item-' . $item->ID;\n\t\t$class_names  = join( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item, $args, $depth ) );\n\t\t$class_names .= ' nav-item';\n\n\t\tif ( in_array( 'menu-item-has-children', $classes, true ) ) {\n\t\t\t$class_names .= ' dropdown';\n\t\t}\n\n\t\tif ( in_array( 'current-menu-item', $classes, true ) ) {\n\t\t\t$class_names .= ' active';\n\t\t}\n\n\t\t$class_names = $class_names ? ' class=\"' . esc_attr( trim( $class_names ) ) . '\"' : '';\n\t\t$class_names = trim( $class_names );\n\t\t$id          = apply_filters( 'nav_menu_item_id', 'menu-item-' . $item->ID, $item, $args, $depth );\n\t\t$id          = $id ? ' id=\"' . esc_attr( $id ) . '\"' : '';\n\n\t\tif ( 0 === $depth ) {\n\t\t\t$output .= '<li ' . $id . ' ' . $class_names . '>';\n\t\t}\n\n\t\t$atts = array();\n\n\t\t$atts['title']  = ! empty( $item->attr_title ) ? $item->attr_title : '';\n\t\t$atts['target'] = ! empty( $item->target ) ? $item->target : '';\n\t\t$atts['rel']    = ! empty( $item->xfn ) ? $item->xfn : '';\n\t\t$atts['href']   = ! empty( $item->url ) ? $item->url : '';\n\n\t\tif ( 0 === $depth ) {\n\t\t\t$atts['class'] = 'nav-link';\n\t\t}\n\n\t\tif ( 0 === $depth && in_array( 'menu-item-has-children', $classes, true ) ) {\n\t\t\t$atts['class']      .= ' dropdown-toggle';\n\t\t\t$atts['data-toggle'] = 'dropdown';\n\t\t}\n\n\t\tif ( $depth > 0 ) {\n\t\t\t$manual_class  = array_values( $classes )[0] . ' dropdown-item';\n\t\t\t$atts['class'] = trim( $manual_class );\n\t\t}\n\n\t\tif ( in_array( 'current-menu-item', $item->classes, true ) ) {\n\t\t\t$atts['class'] .= ' active';\n\t\t}\n\n\t\t$atts       = apply_filters( 'nav_menu_link_attributes', $atts, $item, $args, $depth );\n\t\t$attributes = '';\n\n\t\tforeach ( $atts as $attr => $value ) {\n\t\t\tif ( ! empty( $value ) ) {\n\t\t\t\t$value       = ( 'href' === $attr ) ? esc_url( $value ) : esc_attr( $value );\n\t\t\t\t$attributes .= ' ' . $attr . '=\"' . $value . '\"';\n\t\t\t}\n\t\t}\n\n\t\t$item_output  = $args->before;\n\t\t$item_output .= '<a' . $attributes . '>';\n\t\t$item_output .= $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ) . $args->link_after;\n\t\t$item_output .= '</a>';\n\t\t$item_output .= $args->after;\n\t\t$output      .= apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args );\n\t}\n\n\t/**\n\t * Ends the element output, if needed.\n\t *\n\t * @param string  $output Used to append additional content (passed by reference).\n\t * @param object  $item   Page data object. Not used.\n\t * @param integer $depth  Depth of page. Not Used.\n\t * @param array   $args   An object of wp_nav_menu() arguments.\n\t * @return void\n\t */\n\tpublic function end_el( &$output, $item, $depth = 0, $args = array() ) {\n\t\tif ( 0 === $depth ) {\n\t\t\t$output .= '</li>';\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "inc/classes/navbar/index.html",
    "content": ""
  },
  {
    "path": "inc/classes/widgets/class-mynote-widget-toc.php",
    "content": "<?php\n/**\n * Mynote_Widget__TOC\n *\n * Add a Table of Content for your article. This widget is for single-post pages only.\n *\n * @package   WordPress\n * @author    Terry Lin <terrylinooo>\n * @license   GPLv3 (or later)\n * @link      https://terryl.in\n * @copyright 2018 Terry Lin\n */\n\n/**\n * Mynote_Widget_Toc\n */\nclass Mynote_Widget_Toc extends WP_Widget {\n\n\t/**\n\t * Sets up a new Mynote TOC widget instance.\n\t */\n\tpublic function __construct() {\n\n\t\t$widget_ops = array(\n\t\t\t'classname'                   => 'widget_mynote_toc',\n\t\t\t'description'                 => __( 'Add a Table of Content for your article. This widget is for single-post pages only.', 'mynote' ),\n\t\t\t'customize_selective_refresh' => true,\n\t\t);\n\t\tparent::__construct( 'mynote-toc', __( 'Mynote: Table of Content', 'mynote' ), $widget_ops );\n\t\t$this->alt_option_name = 'widget_mynote_toc';\n\n\t\tif ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() ) {\n\t\t\tadd_action( 'wp_head', array( $this, 'mynote_toc_js' ) );\n\t\t}\n\t}\n\n\t/**\n\t * Register javascript for the Mynote TOC widget.\n\t */\n\tpublic function mynote_toc_js() {\n\t\twp_register_script( 'bootstrap-toc', get_template_directory_uri() . '/assets/js/bootstrap-toc.min.js', array( 'jquery' ), '1.0.0' );\n\t\twp_enqueue_script( 'bootstrap-toc' );\n\t}\n\n\t/**\n\t * Initial TOC .\n\t */\n\tpublic function mynote_toc_inline_js() {\n\n\t\t$inline_js = '\n\t\t\tjQuery( document ).ready(function( $ ) {\n\t\t\t\tToc.init({\n\t\t\t\t\t$nav: $( \"#toc\" ),\n\t\t\t\t\t$scope: $( \".markdown-body\" )\n\t\t\t\t});\n\n\t\t\t\tif ( \"undefined\" !== typeof $.fn.scrollspy ) {\n\t\t\t\t\t$( \"body\" ).scrollspy({\n\t\t\t\t\t\ttarget: \"#toc\"\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t});\n\t\t';\n\n\t\twp_add_inline_script( 'bootstrap-toc', $inline_js );\n\t}\n\n\t/**\n\t * Outputs the content for the Mynote TOC instance.\n\t */\n\tpublic function widget( $args, $instance ) {\n\t\t$this->mynote_toc_inline_js();\n\n\t\t$output = '<nav id=\"toc\" class=\"toc\" role=\"navigation\"></nav>';\n\t\techo $output;\n\t}\n\n\t/**\n\t * Flushes the Mynote TOC widget cache.\n\t */\n\tpublic function flush_widget_cache() {\n\t\t_deprecated_function( __METHOD__, '4.4.0' );\n\t}\n}\n"
  },
  {
    "path": "inc/customer/about.php",
    "content": "<?php\n/**\n * Mynote theme customizer: About\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @version 1.3.0\n * @version 1.3.0\n */\n\n/**\n * About\n *\n * @param WP_Customize_Manager $wp_customize\n * @return void\n */\nfunction mynote_customize_about( $wp_customize ) {\n\n\t$wp_customize->add_section(\n\t\t'section_about_mynote_theme',\n\t\tarray(\n\t\t\t'title'      => __( 'About Mynote Theme', 'mynote' ),\n\t\t\t'priority'   => 1,\n\t\t\t'capability' => 'edit_theme_options',\n\t\t)\n\t);\n\n\t$about  = __( 'Mynote is an open source project on GitHub, any suggestions to improve this theme are welcome. Please visit:', 'mynote' );\n\t$about .= '<br /><br /><a href=\"' . esc_url( 'https://github.com/terrylinooo/mynote' ) . '\">https://github.com/terrylinooo/mynote</a>';\n\n\t/**\n\t * Setting\n\t */\n\t$wp_customize->add_setting(\n\t\t'setting_about_mynote_theme',\n\t\tarray(\n\t\t\t'default'           => 'no',\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'is_responsive_website',\n\t\tarray(\n\t\t\t'default'           => true,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t/**\n\t * Control\n\t */\n\t$wp_customize->add_control(\n\t\tnew Customize_Content_Control(\n\t\t\t$wp_customize,\n\t\t\t'control_about_mynote_theme',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'About', 'mynote' ),\n\t\t\t\t'section'     => 'section_about_mynote_theme',\n\t\t\t\t'settings'    => 'setting_about_mynote_theme',\n\t\t\t\t'description' => $about,\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'is_responsive_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'RWD', 'mynote' ),\n\t\t\t\t'section'     => 'section_about_mynote_theme',\n\t\t\t\t'settings'    => 'is_responsive_website',\n\t\t\t\t'description' => __( 'Mynote is a responsive theme (RWD, responsive web design). However, if you would like to disable RWD, here it is.', 'mynote' ),\n\t\t\t)\n\t\t)\n\t);\n}\n"
  },
  {
    "path": "inc/customer/homepage.php",
    "content": "<?php\n/**\n * Mynote theme customizer: Homepage\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @version 1.3.0\n * @version 1.3.0\n */\n\n/**\n * Homepage\n *\n * @param WP_Customize_Manager $wp_customize\n * @return void\n */\nfunction mynote_customize_homepage( $wp_customize ) {\n\n\t/**\n\t * Setting\n\t * Add custom setting to bulti-in `static_front_page` section.\n\t */\n\t$wp_customize->add_setting(\n\t\t'is_scroll_down_button',\n\t\tarray(\n\t\t\t'default'           => true,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t/**\n\t * Control\n\t */\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'scroll_down_button_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Scrolling down button', 'mynote' ),\n\t\t\t\t'section'     => 'static_front_page',\n\t\t\t\t'settings'    => 'is_scroll_down_button',\n\t\t\t\t'description' => __( 'Would you like to display the scrolling down button? (desktop version)', 'mynote' ),\n\t\t\t)\n\t\t)\n\t);\n}\n"
  },
  {
    "path": "inc/customer/index.html",
    "content": ""
  },
  {
    "path": "inc/customer/layout.php",
    "content": "<?php\n/**\n * Mynote theme customizer: Layout\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.3.0\n * @version 1.3.0\n */\n\n/**\n * Layout\n *\n * @param WP_Customize_Manager $wp_customize\n * @return void\n */\nfunction mynote_customize_layout( $wp_customize ) {\n\n\t/**\n\t * Panel\n\t */\n\t$wp_customize->add_panel(\n\t\t'panel_mynote_layout',\n\t\tarray(\n\t\t\t'title'    => __( 'Layout', 'mynote' ),\n\t\t\t'priority' => 10,\n\t\t)\n\t);\n\n\t/**\n\t * Section\n\t */\n\t$wp_customize->add_section(\n\t\t'section_mynote_layout_home',\n\t\tarray(\n\t\t\t'title'    => __( 'Homepage', 'mynote' ),\n\t\t\t'priority' => 10,\n\t\t\t'panel'    => 'panel_mynote_layout',\n\t\t)\n\t);\n\n\t$wp_customize->add_section(\n\t\t'section_mynote_layout_archive',\n\t\tarray(\n\t\t\t'title'    => __( 'Archive', 'mynote' ),\n\t\t\t'priority' => 10,\n\t\t\t'panel'    => 'panel_mynote_layout',\n\t\t)\n\t);\n\n\t$wp_customize->add_section(\n\t\t'section_mynote_layout_post',\n\t\tarray(\n\t\t\t'title'    => __( 'Post', 'mynote' ),\n\t\t\t'priority' => 10,\n\t\t\t'panel'    => 'panel_mynote_layout',\n\t\t)\n\t);\n\n\t$wp_customize->add_section(\n\t\t'section_mynote_layout_footer',\n\t\tarray(\n\t\t\t'title'    => __( 'Footer', 'mynote' ),\n\t\t\t'priority' => 10,\n\t\t\t'panel'    => 'panel_mynote_layout',\n\t\t)\n\t);\n\n\t/**\n\t * Setting\n\t */\n\t$wp_customize->add_setting(\n\t\t'layout_post_sidebar_location_home',\n\t\tarray(\n\t\t\t'default'           => 'right',\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'layout_post_sidebar_location_archive',\n\t\tarray(\n\t\t\t'default'           => 'right',\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'layout_post_sidebar_location_post',\n\t\tarray(\n\t\t\t'default'           => 'right',\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'layout_cols_per_row_home',\n\t\tarray(\n\t\t\t'default'           => '3',\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'layout_cols_per_row_archive',\n\t\tarray(\n\t\t\t'default'           => '3',\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'layout_cols_footer_icon_size',\n\t\tarray(\n\t\t\t'default'           => 'sm',\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'layout_cols_footer_location',\n\t\tarray(\n\t\t\t'default'           => '1',\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t/**\n\t * Control\n\t */\n\t$wp_customize->add_control(\n\t\tnew Customize_Image_Radio_Control(\n\t\t\t$wp_customize,\n\t\t\t'layout_sidebar_location_home_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Sidebar Location', 'mynote' ),\n\t\t\t\t'section'     => 'section_mynote_layout_home',\n\t\t\t\t'settings'    => 'layout_post_sidebar_location_home',\n\t\t\t\t'type'        => 'radio',\n\t\t\t\t'description' => __( 'Choose a preferred layout for desktop version.', 'mynote' ),\n\t\t\t\t'choices'     => array(\n\t\t\t\t\t'right' => get_template_directory_uri() . '/inc/assets/images/layout_sidebar_right.png',\n\t\t\t\t\t'left'  => get_template_directory_uri() . '/inc/assets/images/layout_sidebar_left.png',\n\t\t\t\t),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Image_Radio_Control(\n\t\t\t$wp_customize,\n\t\t\t'layout_sidebar_location_archive_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Sidebar Location', 'mynote' ),\n\t\t\t\t'section'     => 'section_mynote_layout_archive',\n\t\t\t\t'settings'    => 'layout_post_sidebar_location_archive',\n\t\t\t\t'type'        => 'radio',\n\t\t\t\t'description' => __( 'Choose a preferred layout for desktop version.', 'mynote' ),\n\t\t\t\t'choices'     => array(\n\t\t\t\t\t'right' => get_template_directory_uri() . '/inc/assets/images/layout_sidebar_right.png',\n\t\t\t\t\t'left'  => get_template_directory_uri() . '/inc/assets/images/layout_sidebar_left.png',\n\t\t\t\t),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Image_Radio_Control(\n\t\t\t$wp_customize,\n\t\t\t'layout_cols_per_row_home_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Columns', 'mynote' ),\n\t\t\t\t'section'     => 'section_mynote_layout_home',\n\t\t\t\t'settings'    => 'layout_cols_per_row_home',\n\t\t\t\t'type'        => 'radio',\n\t\t\t\t'description' => __( 'Adjust the number of columns per row.', 'mynote' ),\n\t\t\t\t'choices'     => array(\n\t\t\t\t\t'3' => get_template_directory_uri() . '/inc/assets/images/layout_3cols.png',\n\t\t\t\t\t'2' => get_template_directory_uri() . '/inc/assets/images/layout_2cols.png',\n\t\t\t\t\t'1' => get_template_directory_uri() . '/inc/assets/images/layout_1cols.png',\n\t\t\t\t),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Image_Radio_Control(\n\t\t\t$wp_customize,\n\t\t\t'layout_cols_per_row_archive_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Columns', 'mynote' ),\n\t\t\t\t'section'     => 'section_mynote_layout_archive',\n\t\t\t\t'settings'    => 'layout_cols_per_row_archive',\n\t\t\t\t'type'        => 'radio',\n\t\t\t\t'description' => __( 'Adjust the number of columns per row.', 'mynote' ),\n\t\t\t\t'choices'     => array(\n\t\t\t\t\t'3' => get_template_directory_uri() . '/inc/assets/images/layout_3cols.png',\n\t\t\t\t\t'2' => get_template_directory_uri() . '/inc/assets/images/layout_2cols.png',\n\t\t\t\t\t'1' => get_template_directory_uri() . '/inc/assets/images/layout_1cols.png',\n\t\t\t\t),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Image_Radio_Control(\n\t\t\t$wp_customize,\n\t\t\t'layout_sidebar_location_post_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Sidebar Location', 'mynote' ),\n\t\t\t\t'section'     => 'section_mynote_layout_post',\n\t\t\t\t'settings'    => 'layout_post_sidebar_location_post',\n\t\t\t\t'type'        => 'radio',\n\t\t\t\t'description' => __( 'Choose a preferred layout for desktop version.', 'mynote' ),\n\t\t\t\t'choices'     => array(\n\t\t\t\t\t'right' => get_template_directory_uri() . '/inc/assets/images/layout_sidebar_right.png',\n\t\t\t\t\t'left'  => get_template_directory_uri() . '/inc/assets/images/layout_sidebar_left.png',\n\t\t\t\t),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew WP_Customize_Control(\n\t\t\t$wp_customize,\n\t\t\t'layout_cols_footer_icon_size_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Social Icon Size', 'mynote' ),\n\t\t\t\t'section'     => 'section_mynote_layout_footer',\n\t\t\t\t'settings'    => 'layout_cols_footer_icon_size',\n\t\t\t\t'type'        => 'radio',\n\t\t\t\t'description' => __( 'Choose a preferred icon size.', 'mynote' ),\n\t\t\t\t'choices'     => array(\n\t\t\t\t\t'sm' => __( 'Small - 32 x 32', 'mynote' ),\n\t\t\t\t\t'md' => __( 'Medium - 40 x 40', 'mynote' ),\n\t\t\t\t\t'lg' => __( 'Large - 48 x 48', 'mynote' ),\n\t\t\t\t\t'xl' => __( 'Extra large - 64 x 64', 'mynote' ),\n\t\t\t\t),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Image_Radio_Control(\n\t\t\t$wp_customize,\n\t\t\t'layout_footer_location_post_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Footer Location', 'mynote' ),\n\t\t\t\t'section'     => 'section_mynote_layout_footer',\n\t\t\t\t'settings'    => 'layout_cols_footer_location',\n\t\t\t\t'type'        => 'radio',\n\t\t\t\t'description' => __( 'Choose a preferred layout for footer section.', 'mynote' ),\n\t\t\t\t'choices'     => array(\n\t\t\t\t\t'1' => get_template_directory_uri() . '/inc/assets/images/layout_footer_1.png',\n\t\t\t\t\t'2' => get_template_directory_uri() . '/inc/assets/images/layout_footer_2.png',\n\t\t\t\t\t'3' => get_template_directory_uri() . '/inc/assets/images/layout_footer_3.png',\n\t\t\t\t\t'4' => get_template_directory_uri() . '/inc/assets/images/layout_footer_4.png',\n\t\t\t\t\t'5' => get_template_directory_uri() . '/inc/assets/images/layout_footer_5.png',\n\t\t\t\t\t'6' => get_template_directory_uri() . '/inc/assets/images/layout_footer_6.png',\n\t\t\t\t\t'7' => get_template_directory_uri() . '/inc/assets/images/layout_footer_7.png',\n\t\t\t\t),\n\t\t\t)\n\t\t)\n\t);\n}\n"
  },
  {
    "path": "inc/customer/navbar.php",
    "content": "<?php\n/**\n * Mynote theme customizer: Navbar\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.3.0\n * @version 1.3.0\n */\n\n/**\n * Navbar\n *\n * @param WP_Customize_Manager $wp_customize\n * @return void\n */\nfunction mynote_customize_navbar( $wp_customize ) {\n\n\t/**\n\t * Default setting variables.\n\t */\n\t$default_navbar_color                = 'rgba(36, 41, 46, 1)';\n\t$default_navbar_link_color           = '#c8c9ca';\n\t$default_navbar_link_hover_color     = '#ffffff';\n\t$default_searchbar_placeholder_color = '#cccccc';\n\t$default_searchbar_input_text_color  = '#ffffff';\n\t$default_navbar_menu_toggle_color    = 'rgba(255, 255, 255, 1)';\n\t$default_navbar_menu_toggle_bg_color = 'transparent';\n\t$default_navbar_searchbar_bg_color   = 'rgba(255, 255, 255, 0.125);';\n\n\t$default_color_palette = array( 'rgb(36, 41, 46)', 'rgba(0, 107, 91)', 'rgba(0, 75, 152)', 'rgba(168, 19, 62)' );\n\n\t/**\n\t * Panel\n\t */\n\t$wp_customize->add_panel(\n\t\t'panel_mynote_navbar',\n\t\tarray(\n\t\t\t'title'    => __( 'Navbar', 'mynote' ),\n\t\t\t'priority' => 10,\n\t\t)\n\t);\n\n\t/**\n\t * Section\n\t */\n\t$wp_customize->add_section(\n\t\t'section_homepage_header_navbar',\n\t\tarray(\n\t\t\t'title'    => __( 'Homepage', 'mynote' ),\n\t\t\t'priority' => 10,\n\t\t\t'panel'    => 'panel_mynote_navbar',\n\t\t)\n\t);\n\n\t$wp_customize->add_section(\n\t\t'section_header_navbar',\n\t\tarray(\n\t\t\t'title'    => __( 'Website', 'mynote' ),\n\t\t\t'priority' => 10,\n\t\t\t'panel'    => 'panel_mynote_navbar',\n\t\t)\n\t);\n\n\t$wp_customize->add_section(\n\t\t'section_header_searchbar',\n\t\tarray(\n\t\t\t'title'    => __( 'Search Bar', 'mynote' ),\n\t\t\t'priority' => 10,\n\t\t\t'panel'    => 'panel_mynote_navbar',\n\t\t)\n\t);\n\n\t/**\n\t * Setting\n\t */\n\t$wp_customize->add_setting(\n\t\t'navbar_homepage_bg_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'navbar_homepage_link_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_link_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'navbar_homepage_link_hover_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_link_hover_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'navbar_homepage_menu_toggler_border_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_menu_toggle_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'navbar_homepage_menu_toggler_bg_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_menu_toggle_bg_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'navbar_website_bg_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'navbar_website_link_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_link_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'navbar_website_link_hover_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_link_hover_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'navbar_website_menu_toggler_border_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_menu_toggle_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'navbar_website_menu_toggler_bg_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_menu_toggle_bg_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'navbar_is_display_search_bar',\n\t\tarray(\n\t\t\t'default'           => 'yes',\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'navbar_searchbar_placeholder_color',\n\t\tarray(\n\t\t\t'default'           => $default_searchbar_placeholder_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'navbar_searchbar_input_text_color',\n\t\tarray(\n\t\t\t'default'           => $default_searchbar_input_text_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'navbar_searchbar_bg_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_searchbar_bg_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'navbar_searchbar_size',\n\t\tarray(\n\t\t\t'default'           => 'default',\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t/**\n\t * Control\n\t */\n\t$wp_customize->add_control(\n\t\tnew Customize_Alpha_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'home_menu_bg_color_control',\n\t\t\tarray(\n\t\t\t\t'label'        => __( 'Background Color', 'mynote' ),\n\t\t\t\t'description'  => __( 'This option is for homepage only.', 'mynote' ),\n\t\t\t\t'section'      => 'section_homepage_header_navbar',\n\t\t\t\t'settings'     => 'navbar_homepage_bg_color',\n\t\t\t\t'show_opacity' => true,\n\t\t\t\t'palette'      => $default_color_palette,\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew WP_Customize_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'home_menu_link_color_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Link Color', 'mynote' ),\n\t\t\t\t'description' => __( 'This option is for homepage only.', 'mynote' ),\n\t\t\t\t'section'     => 'section_homepage_header_navbar',\n\t\t\t\t'settings'    => 'navbar_homepage_link_color',\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew WP_Customize_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'home_menu_link_hover_color_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Link Hover Color', 'mynote' ),\n\t\t\t\t'description' => __( 'This option is for homepage only.', 'mynote' ),\n\t\t\t\t'section'     => 'section_homepage_header_navbar',\n\t\t\t\t'settings'    => 'navbar_homepage_link_hover_color',\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Alpha_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'home_menu_toggler_border_color_control',\n\t\t\tarray(\n\t\t\t\t'label'        => __( \"Menu Toggler's Border Color\", 'mynote' ),\n\t\t\t\t'section'      => 'section_homepage_header_navbar',\n\t\t\t\t'settings'     => 'navbar_homepage_menu_toggler_border_color',\n\t\t\t\t'description'  => __( 'It is visible only when the screen width is less than 768px.', 'mynote' ) . ' ' . __( 'This option is for homepage only.', 'mynote' ),\n\t\t\t\t'show_opacity' => true,\n\t\t\t\t'palette'      => $default_color_palette,\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Alpha_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'home_menu_toggler_bg_color_control',\n\t\t\tarray(\n\t\t\t\t'label'        => __( \"Menu Toggler's Background Color\", 'mynote' ),\n\t\t\t\t'section'      => 'section_homepage_header_navbar',\n\t\t\t\t'settings'     => 'navbar_homepage_menu_toggler_bg_color',\n\t\t\t\t'description'  => __( 'It is visible only when the screen width is less than 768px.', 'mynote' ) . ' ' . __( 'This option is for homepage only.', 'mynote' ),\n\t\t\t\t'show_opacity' => true,\n\t\t\t\t'palette'      => $default_color_palette,\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Alpha_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'menu_bg_color_control',\n\t\t\tarray(\n\t\t\t\t'label'        => __( 'Background Color', 'mynote' ),\n\t\t\t\t'section'      => 'section_header_navbar',\n\t\t\t\t'settings'     => 'navbar_website_bg_color',\n\t\t\t\t'show_opacity' => true,\n\t\t\t\t'palette'      => $default_color_palette,\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew WP_Customize_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'menu_link_color_control',\n\t\t\tarray(\n\t\t\t\t'label'    => __( 'Link Color', 'mynote' ),\n\t\t\t\t'section'  => 'section_header_navbar',\n\t\t\t\t'settings' => 'navbar_website_link_color',\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew WP_Customize_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'menu_link_hover_color_control',\n\t\t\tarray(\n\t\t\t\t'label'    => __( 'Link Hover Color', 'mynote' ),\n\t\t\t\t'section'  => 'section_header_navbar',\n\t\t\t\t'settings' => 'navbar_website_link_hover_color',\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Alpha_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'menu_toggler_border_color_control',\n\t\t\tarray(\n\t\t\t\t'label'        => __( \"Menu Toggler's Border Color\", 'mynote' ),\n\t\t\t\t'section'      => 'section_header_navbar',\n\t\t\t\t'settings'     => 'navbar_website_menu_toggler_border_color',\n\t\t\t\t'show_opacity' => true,\n\t\t\t\t'palette'      => $default_color_palette,\n\t\t\t\t'description'  => __( 'It is visible only when the screen width is less than 768px.', 'mynote' ),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Alpha_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'menu_toggler_bg_color_control',\n\t\t\tarray(\n\t\t\t\t'label'        => __( \"Menu Toggler's Background Color\", 'mynote' ),\n\t\t\t\t'section'      => 'section_header_navbar',\n\t\t\t\t'settings'     => 'navbar_website_menu_toggler_bg_color',\n\t\t\t\t'show_opacity' => true,\n\t\t\t\t'palette'      => $default_color_palette,\n\t\t\t\t'description'  => __( 'It is visible only when the screen width is less than 768px.', 'mynote' ),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'navbar_is_display_search_bar_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Display a Search Bar', 'mynote' ),\n\t\t\t\t'section'     => 'section_header_searchbar',\n\t\t\t\t'settings'    => 'navbar_is_display_search_bar',\n\t\t\t\t'description' => __( 'Would you like to display a search bar in header navbar area?', 'mynote' ),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew WP_Customize_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'searchbar_placeholder_color_control',\n\t\t\tarray(\n\t\t\t\t'label'    => __( 'Placeholder Color', 'mynote' ),\n\t\t\t\t'section'  => 'section_header_searchbar',\n\t\t\t\t'settings' => 'navbar_searchbar_placeholder_color',\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew WP_Customize_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'searchbar_text_color_control',\n\t\t\tarray(\n\t\t\t\t'label'    => __( 'Input Text Color', 'mynote' ),\n\t\t\t\t'section'  => 'section_header_searchbar',\n\t\t\t\t'settings' => 'navbar_searchbar_input_text_color',\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Alpha_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'searchbar_bg_color_control',\n\t\t\tarray(\n\t\t\t\t'label'        => __( 'Background Color', 'mynote' ),\n\t\t\t\t'section'      => 'section_header_searchbar',\n\t\t\t\t'settings'     => 'navbar_searchbar_bg_color',\n\t\t\t\t'show_opacity' => true,\n\t\t\t\t'palette'      => $default_color_palette,\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew WP_Customize_Control(\n\t\t\t$wp_customize,\n\t\t\t'searchbar_size_control',\n\t\t\tarray(\n\t\t\t\t'label'    => __( 'Size', 'mynote' ),\n\t\t\t\t'section'  => 'section_header_searchbar',\n\t\t\t\t'settings' => 'navbar_searchbar_size',\n\t\t\t\t'type'     => 'radio',\n\t\t\t\t'choices'  => array(\n\t\t\t\t\t'default' => __( 'Default', 'mynote' ),\n\t\t\t\t\t'big'     => __( 'Big', 'mynote' ),\n\t\t\t\t),\n\t\t\t)\n\t\t)\n\t);\n}\n"
  },
  {
    "path": "inc/customer/post-card.php",
    "content": "<?php\n/**\n * Mynote theme customizer: Post Page\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.3.0\n * @version 1.3.0\n */\n\n/**\n * Post card\n *\n * @param WP_Customize_Manager $wp_customize Theme Customizer object.\n * @return void\n */\nfunction mynote_customize_post_card( $wp_customize ) {\n\n\t/**\n\t * Panel\n\t */\n\n\t/**\n\t * Section\n\t */\n\t$wp_customize->add_section(\n\t\t'section_post_card',\n\t\tarray(\n\t\t\t'title'    => __( 'Post Card', 'mynote' ),\n\t\t\t'priority' => 10,\n\t\t)\n\t);\n\n\t/**\n\t * Setting\n\t */\n\t$wp_customize->add_setting(\n\t\t'post_card_show_footer',\n\t\tarray(\n\t\t\t'default'           => true,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'post_card_show_header',\n\t\tarray(\n\t\t\t'default'           => true,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'post_card_show_border',\n\t\tarray(\n\t\t\t'default'           => true,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'post_card_show_gradient_mask',\n\t\tarray(\n\t\t\t'default'           => true,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'post_card_show_body_footer',\n\t\tarray(\n\t\t\t'default'           => true,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t/**\n\t * Control\n\t */\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'post_card_header_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Header', 'mynote' ),\n\t\t\t\t'section'     => 'section_post_card',\n\t\t\t\t'settings'    => 'post_card_show_header',\n\t\t\t\t'description' => __( 'Would you like to display the header of the post card? (Post thumbnail is located on this section. Choosing `No` will hide it.)', 'mynote' ),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'post_card_footer_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Footer', 'mynote' ),\n\t\t\t\t'section'     => 'section_post_card',\n\t\t\t\t'settings'    => 'post_card_show_footer',\n\t\t\t\t'description' => __( 'Would you like to display the footer of the post card?', 'mynote' ),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'post_card_border_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Border', 'mynote' ),\n\t\t\t\t'section'     => 'section_post_card',\n\t\t\t\t'settings'    => 'post_card_show_border',\n\t\t\t\t'description' => __( 'Would you like to display the border of the post card?', 'mynote' ),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'post_card_gradient_mask_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Gradient Mask', 'mynote' ),\n\t\t\t\t'section'     => 'section_post_card',\n\t\t\t\t'settings'    => 'post_card_show_gradient_mask',\n\t\t\t\t'description' => __( 'Would you like to display the gradient mask on the text?', 'mynote' ),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'post_card_body_footer_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Buttons', 'mynote' ),\n\t\t\t\t'section'     => 'section_post_card',\n\t\t\t\t'settings'    => 'post_card_show_body_footer',\n\t\t\t\t'description' => __( 'Would you like to display the buttons in the post body?', 'mynote' ),\n\t\t\t)\n\t\t)\n\t);\n}\n"
  },
  {
    "path": "inc/customer/post-page.php",
    "content": "<?php\n/**\n *  Mynote theme customizer: Post Page\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.3.0\n * @version 1.3.0\n */\n\n/**\n * Post page\n *\n * @param WP_Customize_Manager $wp_customize Theme Customizer object.\n * @return void\n */\nfunction mynote_customize_post_page( $wp_customize ) {\n\n\t/**\n\t * Panel\n\t */\n\n\t/**\n\t * Section\n\t */\n\t$wp_customize->add_section(\n\t\t'section_post_page',\n\t\tarray(\n\t\t\t'title'    => __( 'Post Page', 'mynote' ),\n\t\t\t'priority' => 10,\n\t\t)\n\t);\n\n\t/**\n\t * Setting\n\t */\n\t$wp_customize->add_setting(\n\t\t'post_page_show_breadcrumb',\n\t\tarray(\n\t\t\t'default'           => true,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'post_page_show_author_date',\n\t\tarray(\n\t\t\t'default'           => true,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'post_page_show_feature_image',\n\t\tarray(\n\t\t\t'default'           => true,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'post_page_show_author_card',\n\t\tarray(\n\t\t\t'default'           => true,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'post_page_show_comments',\n\t\tarray(\n\t\t\t'default'           => true,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t/**\n\t * Control\n\t */\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'post_page_show_breadcrumb_control',\n\t\t\tarray(\n\t\t\t\t'label'    => __( 'Breadcrumb', 'mynote' ),\n\t\t\t\t'section'  => 'section_post_page',\n\t\t\t\t'settings' => 'post_page_show_breadcrumb',\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'post_page_show_author_date_control',\n\t\t\tarray(\n\t\t\t\t'label'    => __( 'Post Author and Date', 'mynote' ),\n\t\t\t\t'section'  => 'section_post_page',\n\t\t\t\t'settings' => 'post_page_show_author_date',\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'post_page_show_feature_image_control',\n\t\t\tarray(\n\t\t\t\t'label'    => __( 'Featured Image', 'mynote' ),\n\t\t\t\t'section'  => 'section_post_page',\n\t\t\t\t'settings' => 'post_page_show_feature_image',\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'post_page_show_author_card_control',\n\t\t\tarray(\n\t\t\t\t'label'    => __( 'Author Card', 'mynote' ),\n\t\t\t\t'section'  => 'section_post_page',\n\t\t\t\t'settings' => 'post_page_show_author_card',\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'post_page_show_comments_control',\n\t\t\tarray(\n\t\t\t\t'label'    => __( 'Comment Section', 'mynote' ),\n\t\t\t\t'section'  => 'section_post_page',\n\t\t\t\t'settings' => 'post_page_show_comments',\n\t\t\t)\n\t\t)\n\t);\n}\n"
  },
  {
    "path": "inc/customer/progress-bar.php",
    "content": "<?php\n/**\n *  Mynote theme customizer: Progress Bar\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.3.0\n * @version 1.3.0\n */\n\n/**\n * Progress bar\n *\n * @param WP_Customize_Manager $wp_customize Theme Customizer object.\n * @return void\n */\nfunction mynote_customize_progress_bar( $wp_customize ) {\n\n\t/**\n\t * Default setting variables.\n\t */\n\t$default_navbar_color                = 'rgba(36, 41, 46, 1)';\n\t$default_navbar_link_color           = '#c8c9ca';\n\t$default_navbar_link_hover_color     = '#ffffff';\n\t$default_progress_bar_border_color   = '#1e90ff';\n\t$default_searchbar_placeholder_color = '#cccccc';\n\n\t$default_color_palette = array( 'rgb(36, 41, 46)', 'rgba(0, 107, 91)', 'rgba(0, 75, 152)', 'rgba(168, 19, 62)' );\n\n\t/**\n\t * Panel\n\t */\n\t$wp_customize->add_panel(\n\t\t'panel_mynote_progress_bar',\n\t\tarray(\n\t\t\t'title'    => __( 'Progress Bar', 'mynote' ),\n\t\t\t'priority' => 10,\n\t\t)\n\t);\n\n\t/**\n\t * Section\n\t */\n\t$wp_customize->add_section(\n\t\t'section_progress_bar_basic',\n\t\tarray(\n\t\t\t'title'       => __( 'Basic Settings', 'mynote' ),\n\t\t\t'description' => __( 'The basic settings of the page progress bar.', 'mynote' ),\n\t\t\t'priority'    => 10,\n\t\t\t'panel'       => 'panel_mynote_progress_bar',\n\t\t)\n\t);\n\n\t$wp_customize->add_section(\n\t\t'section_progress_bar_color',\n\t\tarray(\n\t\t\t'title'       => __( 'Color', 'mynote' ),\n\t\t\t'description' => __( 'Customize the color pattern of the page progress bar.', 'mynote' ),\n\t\t\t'priority'    => 10,\n\t\t\t'panel'       => 'panel_mynote_progress_bar',\n\t\t)\n\t);\n\n\t/**\n\t * Setting\n\t */\n\t$wp_customize->add_setting(\n\t\t'progressbar_is_display_bar',\n\t\tarray(\n\t\t\t'default'           => true,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'progressbar_bg_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'progressbar_text_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_link_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\t$wp_customize->add_setting(\n\t\t'progressbar_percentage_bg_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_link_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'progressbar_is_display_percentage',\n\t\tarray(\n\t\t\t'default'           => true,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'progressbar_preferred_color',\n\t\tarray(\n\t\t\t'default'           => 'default',\n\t\t\t'sanitize_callback' => 'esc_attr',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'progressbar_custom_bg_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'progressbar_custom_text_color',\n\t\tarray(\n\t\t\t'default'           => $default_navbar_link_color,\n\t\t\t'sanitize_callback' => 'sanitize_text_field',\n\t\t)\n\t);\n\n\t$wp_customize->add_setting(\n\t\t'progressbar_custom_border_color',\n\t\tarray(\n\t\t\t'default'           => $default_progress_bar_border_color,\n\t\t\t'sanitize_callback' => 'esc_attr',\n\t\t)\n\t);\n\n\t/**\n\t * Control\n\t */\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'progressbar_is_display_bar_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Display Progress Bar', 'mynote' ),\n\t\t\t\t'section'     => 'section_progress_bar_basic',\n\t\t\t\t'settings'    => 'progressbar_is_display_bar',\n\t\t\t\t'description' => __( 'Would you like to display a progress bar while reading?', 'mynote' ),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Toggle_Control(\n\t\t\t$wp_customize,\n\t\t\t'progressbar_is_display_percentage_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Display Percentage Number', 'mynote' ),\n\t\t\t\t'section'     => 'section_progress_bar_basic',\n\t\t\t\t'settings'    => 'progressbar_is_display_percentage',\n\t\t\t\t'description' => __( 'Would you like to display a percentage number on the progress bar?', 'mynote' ),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew WP_Customize_Control(\n\t\t\t$wp_customize,\n\t\t\t'progressbar_preferred_color_control',\n\t\t\tarray(\n\t\t\t\t'label'       => __( 'Color Pattern', 'mynote' ),\n\t\t\t\t'section'     => 'section_progress_bar_basic',\n\t\t\t\t'settings'    => 'progressbar_preferred_color',\n\t\t\t\t'type'        => 'radio',\n\t\t\t\t'description' => __( 'Choose a preferred color pattern and apply it to the progress bar.', 'mynote' ),\n\t\t\t\t'choices'     => array(\n\t\t\t\t\t'default' => __( 'Default', 'mynote' ),\n\t\t\t\t\t'menu'    => __( 'As same as website menu', 'mynote' ),\n\t\t\t\t\t'custom'  => __( 'Custom', 'mynote' ),\n\t\t\t\t),\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Alpha_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'progressbar_custom_bg_color_control',\n\t\t\tarray(\n\t\t\t\t'label'        => __( 'Background Color', 'mynote' ),\n\t\t\t\t'section'      => 'section_progress_bar_color',\n\t\t\t\t'settings'     => 'progressbar_custom_bg_color',\n\t\t\t\t'show_opacity' => true,\n\t\t\t\t'palette'      => $default_color_palette,\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew WP_Customize_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'progressbar_custom_text_color_control',\n\t\t\tarray(\n\t\t\t\t'label'    => __( 'Text Color', 'mynote' ),\n\t\t\t\t'section'  => 'section_progress_bar_color',\n\t\t\t\t'settings' => 'progressbar_custom_text_color',\n\t\t\t)\n\t\t)\n\t);\n\n\t$wp_customize->add_control(\n\t\tnew Customize_Alpha_Color_Control(\n\t\t\t$wp_customize,\n\t\t\t'progressbar_custom_border_color_control',\n\t\t\tarray(\n\t\t\t\t'label'        => __( 'Border Color', 'mynote' ),\n\t\t\t\t'section'      => 'section_progress_bar_color',\n\t\t\t\t'settings'     => 'progressbar_custom_border_color',\n\t\t\t\t'show_opacity' => true,\n\t\t\t\t'palette'      => $default_color_palette,\n\t\t\t)\n\t\t)\n\t);\n}\n"
  },
  {
    "path": "inc/customize-css.php",
    "content": "<?php\n/**\n * Loading CSS that overwrote the theme defaults by Customizer.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.7\n */\n\nfunction mynote_customize_css() {\n\n\t$css = '';\n\n\t$settings = array(\n\t\t'header_textcolor',\n\t\t'navbar_website_bg_color',\n\t\t'navbar_website_link_color',\n\t\t'navbar_website_link_hover_color',\n\t\t'navbar_is_display_search_bar',\n\t\t'navbar_searchbar_placeholder_color',\n\t\t'navbar_searchbar_bg_color',\n\t\t'navbar_searchbar_input_text_color',\n\t\t'navbar_searchbar_size',\n\t\t'navbar_searchbar_text_color',\n\t\t'navbar_homepage_bg_color',\n\t\t'navbar_homepage_link_color',\n\t\t'navbar_homepage_link_hover_color',\n\t\t'navbar_homepage_link_hover_color',\n\t\t'navbar_website_menu_toggler_bg_color',\n\t\t'navbar_website_menu_toggler_border_color',\n\t\t'navbar_homepage_menu_toggler_bg_color',\n\t\t'navbar_homepage_menu_toggler_border_color',\n\t\t'progressbar_preferred_color',\n\t\t'navbar_website_bg_color',\n\t\t'navbar_website_link_color',\n\t\t'progressbar_custom_bg_color',\n\t\t'progressbar_custom_text_color',\n\t\t'progressbar_custom_border_color',\n\t\t'progressbar_is_display_bar',\n\t\t'progressbar_is_display_percentage',\n\t\t'layout_post_sidebar_location_home',\n\t\t'layout_post_sidebar_location_archive',\n\t\t'layout_post_sidebar_location_post',\n\t\t'layout_cols_footer_location',\n\t\t'is_scroll_down_button',\n\t\t'is_responsive_website',\n\t\t'post_card_show_border',\n\t);\n\n\tforeach ( $settings as $setting_name ) {\n\t\t$v[ $setting_name ] = get_theme_mod( $setting_name );\n\t}\n\n\tif ( ! empty( $v['header_textcolor'] ) ) {\n\t\t$css .= '#header-desc-text { color: ' . esc_attr( $v['header_textcolor'] ) . \" !important; }\\n\";\n\t}\n\n\tif ( ! empty( $v['navbar_website_bg_color'] ) ) {\n\t\t$css .= 'body:not(.home) .header { background-color: ' . esc_attr( $v['navbar_website_bg_color'] ) . \" !important; }\\n\";\n\t}\n\n\tif ( ! empty( $v['navbar_website_link_color'] ) ) {\n\t\t$css .= 'body:not(.home) .header .navbar li > a { color: ' . esc_attr( $v['navbar_website_link_color'] ) . \" !important; }\\n\";\n\t}\n\n\tif ( ! empty( $v['navbar_website_link_hover_color'] ) ) {\n\t\t$css .= 'body:not(.home) .header .navbar li > a:hover { color: ' . esc_attr( $v['navbar_website_link_hover_color'] ) . \" !important; }\\n\";\n\t}\n\n\t/* BEGIN - Search bar */\n\n\tif ( ! mynote_toggle_check( $v['navbar_is_display_search_bar'] ) ) {\n\t\t$css .= \".header .search-bar { display: none !important; }\\n\";\n\t\t$css .= \"body.home .header .search-bar { display: none !important; }\\n\";\n\n\t} else {\n\n\t\tif ( ! empty( $v['navbar_searchbar_placeholder_color'] ) ) {\n\t\t\t$css .= '.header .search-bar .search-input::-webkit-input-placeholder { color: ' . esc_attr( $v['navbar_searchbar_placeholder_color'] ) . \" !important; }\\n\";\n\t\t\t$css .= '.header .search-bar .search-input::-moz-placeholder { color: ' . esc_attr( $v['navbar_searchbar_placeholder_color'] ) . \" !important; }\\n\";\n\t\t\t$css .= '.header .search-bar .search-input:-ms-input-placeholder { color: ' . esc_attr( $v['navbar_searchbar_placeholder_color'] ) . \" !important; }\\n\";\n\t\t\t$css .= '.header .search-bar .search-input:-moz-placeholder { color: ' . esc_attr( $v['navbar_searchbar_placeholder_color'] ) . \" !important; }\\n\";\n\t\t}\n\n\t\tif ( ! empty( $v['navbar_searchbar_input_text_color'] ) ) {\n\t\t\t$css .= '.header .search-bar .search-input { color: ' . esc_attr( $v['navbar_searchbar_input_text_color'] ) . \" !important; }\\n\";\n\t\t\t$css .= '.header .search-bar .search-icon { color: ' . esc_attr( $v['navbar_searchbar_input_text_color'] ) . \" !important; }\\n\";\n\t\t}\n\n\t\tif ( ! empty( $v['navbar_searchbar_bg_color'] ) ) {\n\t\t\t$css .= '.header .search-bar { background-color: ' . esc_attr( $v['navbar_searchbar_bg_color'] ) . \" !important; }\\n\";\n\t\t}\n\n\t\tif ( 'big' === $v['navbar_searchbar_size'] ) {\n\t\t\t$css .= '.header .search-bar { min-height: 40px !important; }' . \"\\n\";\n\t\t\t$css .= '.header .search-bar .search-input { min-height: 40px !important; font-size: 15px !important; }' . \"\\n\";\n\t\t\t$css .= '.header .search-bar .search-icon { min-height: 34px !important; line-height: 34px !important; font-size: 15px !important; }' . \"\\n\";\n\t\t\t$css .= '@media (max-width: 991.98px) { .header .search-bar { top: 10px !important; } }' . \"\\n\";\n\t\t}\n\t}\n\n\t/* END - Search bar */\n\n\tif ( ! empty( $v['navbar_homepage_bg_color'] ) ) {\n\t\t$css .= 'body.home .header { background-color: ' . esc_attr( $v['navbar_homepage_bg_color'] ) . \" !important; }\\n\";\n\t}\n\n\tif ( ! empty( $v['navbar_homepage_link_color'] ) ) {\n\t\t$css .= 'body.home .header .navbar li > a { color: ' . esc_attr( $v['navbar_homepage_link_color'] ) . \" !important; }\\n\";\n\t}\n\n\tif ( ! empty( $v['navbar_homepage_link_hover_color'] ) ) {\n\t\t$css .= 'body.home .header .navbar li > a:hover { color: ' . esc_attr( $v['navbar_homepage_link_hover_color'] ) . \" !important; }\\n\";\n\t}\n\n\tif ( ! empty( $v['navbar_homepage_link_hover_color'] ) ) {\n\t\t$css .= '.header .search-bar input::-webkit-input-placeholder { color: ' . esc_attr( $v['navbar_homepage_link_hover_color'] ) . \" !important; }\\n\";\n\t\t$css .= '.header .search-bar input::placeholder { color: ' . esc_attr( $v['navbar_homepage_link_hover_color'] ) . \" !important; }\\n\";\n\t\t$css .= '.header .search-bar input:-ms-input-placeholder { color: ' . esc_attr( $v['navbar_homepage_link_hover_color'] ) . \" !important; }\\n\";\n\t\t$css .= '.header .search-bar input::-ms-input-placeholder { color: ' . esc_attr( $v['navbar_homepage_link_hover_color'] ) . \" !important; }\\n\";\n\t}\n\n\t// Apply the custon color pattern to the progress bar.\n\tif ( 'menu' === $v['progressbar_preferred_color'] ) {\n\t\t$css .= '.single-post-title-bar { background-color: ' . esc_attr( $v['navbar_website_bg_color'] ) . \" !important; }\\n\";\n\t\t$css .= '#progress-title { color: ' . esc_attr( $v['navbar_website_link_color'] ) . \" !important; }\\n\";\n\t\t$css .= 'a.go-top { background-color: ' . esc_attr( $v['navbar_website_bg_color'] ) . \" !important; }\\n\";\n\t\t$css .= 'a.go-top i { color: ' . esc_attr( $v['navbar_website_link_color'] ) . \" !important; }\\n\";\n\t} elseif ( 'custom' === $v['progressbar_preferred_color'] ) {\n\t\t$css .= '.single-post-title-bar { background-color: ' . esc_attr( $v['progressbar_custom_bg_color'] ) . \" !important; }\\n\";\n\t\t$css .= '#progress-title { color: ' . esc_attr( $v['progressbar_custom_text_color'] ) . \" !important; }\\n\";\n\t\t$css .= '.progress-wrapper progress::-webkit-progress-value { background-color: ' . esc_attr( $v['progressbar_custom_border_color'] ) . \" !important; }\\n\";\n\t\t$css .= '.progress-wrapper progress::-ms-fill { background-color: ' . esc_attr( $v['progressbar_custom_border_color'] ) . \" !important; }\\n\";\n\t\t$css .= '.progress-wrapper progress::-moz-progress-bar { background-color: ' . esc_attr( $v['progressbar_custom_border_color'] ) . \" !important; }\\n\";\n\t\t$css .= 'a.go-top { background-color: ' . esc_attr( $v['progressbar_custom_bg_color'] ) . \" !important; }\\n\";\n\t\t$css .= 'a.go-top i { color: ' . esc_attr( $v['progressbar_custom_text_color'] ) . \" !important; }\\n\";\n\t}\n\n\tif ( ! mynote_toggle_check( $v['progressbar_is_display_bar'] ) ) {\n\t\t$css .= \".single-post-title-bar { display: none !important; }\\n\";\n\t}\n\n\tif ( ! mynote_toggle_check( $v['progressbar_is_display_percentage'] ) ) {\n\t\t$css .= \".progress-wrapper .progress-label { display: none !important; }\\n\";\n\t}\n\n\tif ( 'left' === $v['layout_post_sidebar_location_home'] ) {\n\t\t$css .= \".row-layout-choice-home { flex-direction: row-reverse !important; }\\n\";\n\t}\n\n\tif ( 'left' === $v['layout_post_sidebar_location_archive'] ) {\n\t\t$css .= \".row-layout-choice-archive { flex-direction: row-reverse !important; }\\n\";\n\t}\n\n\tif ( 'left' === $v['layout_post_sidebar_location_post'] ) {\n\t\t$css .= \".row-layout-choice-post { flex-direction: row-reverse !important; }\\n\";\n\t}\n\n\t/* BEGIN - Footer elements locations don't apply to width < 768px */\n\n\tif ( '2' === $v['layout_cols_footer_location'] ) {\n\t\t$css .= \".footer-columns { flex-direction: row-reverse !important; }\\n\";\n\t\t$css .= \".footer-columns .footer-column-left { text-align: right !important; }\\n\";\n\t}\n\n\tif ( '3' === $v['layout_cols_footer_location'] ) {\n\t\t$css .= \".footer-columns .footer-column-left { display: flex !important; flex-direction: column-reverse !important; }\\n\";\n\t}\n\n\tif ( '4' === $v['layout_cols_footer_location'] ) {\n\t\t$css .= \".footer-columns { flex-direction: row-reverse !important; }\\n\";\n\t\t$css .= \".footer-columns .footer-column-left { text-align: right !important; display: flex !important; flex-direction: column-reverse !important; }\\n\";\n\t}\n\n\tif ( '5' === $v['layout_cols_footer_location'] ) {\n\t\t$css .= \".footer-columns { display: block !important; text-align: center !important; }\\n\";\n\t\t$css .= \".footer-columns .footer-column-left { display: flex !important; flex-direction: column-reverse !important; }\\n\";\n\t}\n\n\tif ( '6' === $v['layout_cols_footer_location'] ) {\n\t\t$css .= \".footer-columns { display: flex !important; text-align: center !important; flex-direction: column-reverse !important; }\\n\";\n\t\t$css .= \".footer-columns .footer-column-left { display: flex !important; flex-direction: column !important; }\\n\";\n\t}\n\n\tif ( '7' === $v['layout_cols_footer_location'] ) {\n\t\t$css .= \".footer-columns { display: flex !important; text-align: center !important; flex-direction: column-reverse !important; }\\n\";\n\t\t$css .= \".footer-columns .footer-column-left { display: flex !important; flex-direction: column-reverse !important; }\\n\";\n\t}\n\n\t$css .= \"@media (max-width: 768px) {\\n\";\n\t$css .= \".footer-columns { text-align: center !important; }\\n\";\n\t$css .= \".footer-columns .footer-column-left { text-align: center !important; }\\n\";\n\t$css .= \"}\\n\";\n\n\t/* END - Footer elements locations don't apply to width < 768px */\n\n\tif ( mynote_toggle_check( $v['is_scroll_down_button'] ) ) {\n\t\t$css .= \".scroll-area { display: block !important; }\\n\";\n\t}\n\n\tif ( ! mynote_toggle_check( $v['is_responsive_website'] ) ) {\n\t\t$css .= \".navbar-expand .navbar-collapse { margin: 0 !important; }\\n\";\n\t}\n\n\tif ( ! mynote_toggle_check( $v['post_card_show_border'] ) ) {\n\t\t$css .= \".container .card { border: 0px !important; }\\n\";\n\t\t$css .= \".container .card-footer { border: 0 !important; background: none !important; padding-top: 0 !important; }\\n\";\n\t}\n\n\t/* BEGIN - Adjusting menu toggler color. */\n\n\tif ( ! empty( $v['navbar_homepage_menu_toggler_bg_color'] ) ) {\n\t\t// Button background color.\n\t\t$css .= 'body.home .navbar-dark .navbar-toggler { background-color: ' . $v['navbar_homepage_menu_toggler_bg_color'] . '; }';\n\t}\n\n\tif ( ! empty( $v['navbar_website_menu_toggler_bg_color'] ) ) {\n\t\t// Button background color.\n\t\t$css .= 'body:not(.home) .navbar-dark .navbar-toggler { background-color: ' . $v['navbar_website_menu_toggler_bg_color'] . '; }';\n\t}\n\n\tif ( ! empty( $v['navbar_homepage_menu_toggler_border_color'] ) ) {\n\t\t// Toggler bar.\n\t\t$css .= \"body.home .navbar-dark .navbar-toggler-icon { background-image:url(\\\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='\" . $v['navbar_homepage_menu_toggler_border_color'] . \"' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E\\\") }\";\n\t\t// Button border.\n\t\t$css .= 'body.home .navbar-dark .navbar-toggler { color: ' . $v['navbar_homepage_menu_toggler_border_color'] . '; border-color: ' . $v['navbar_homepage_menu_toggler_border_color'] . '; }';\n\t}\n\n\tif ( ! empty( $v['navbar_website_menu_toggler_border_color'] ) ) {\n\t\t// Toggler bar.\n\t\t$css .= \"body:not(.home) .navbar-dark .navbar-toggler-icon { background-image:url(\\\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='\" . $v['navbar_homepage_menu_toggler_border_color'] . \"' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E\\\") }\";\n\t\t// Button border.\n\t\t$css .= 'body:not(.home) .navbar-dark .navbar-toggler { color: ' . $v['navbar_website_menu_toggler_border_color'] . '; border-color: ' . $v['navbar_website_menu_toggler_border_color'] . '; }';\n\t}\n\n\t/* END - Adjusting menu toggler color. */\n\n\tif ( ! empty( $css ) ) {\n\t\t//$css .= \"body.menu-is-collapsed .header { background: rgba(20, 25, 29, 1) !important; }\\n\";\n\t}\n\n\techo '<style id=\"mynote-customizer\">' . \"\\n\" . $css . \"\\n\" . '</style>';\n}\n\nadd_action( 'wp_head', 'mynote_customize_css' );\n\n\n/**\n * Check Customizer settings controlled by toggle.\n *\n * @param string $var\n * @return bool\n */\nfunction mynote_toggle_check( $var ) {\n\tif ( ! isset( $var ) || '' === $var || '0' === $var || 'no' === $var ) {\n\t\treturn false;\n\t}\n\tif ( ( false === $var || true === $var ) || '1' === $var || 'yes' === $var ) {\n\t\treturn true;\n\t}\n\treturn false;\n}\n"
  },
  {
    "path": "inc/customizer.php",
    "content": "<?php\n/**\n * Main Customizer in Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.7\n * @version 1.3.0\n */\n\n$includes = array(\n\t'/classes/customizer/class-customize-alpha-color-control.php',\n\t'/classes/customizer/class-customize-image-radio-control.php',\n\t'/classes/customizer/class-customize-toggle-control.php',\n\t'/classes/customizer/class-customize-content-control.php',\n\t'/customer/about.php',\n\t'/customer/homepage.php',\n\t'/customer/navbar.php',\n\t'/customer/progress-bar.php',\n\t'/customer/layout.php',\n\t'/customer/post-card.php',\n\t'/customer/post-page.php',\n);\n\nforeach ( $includes as $file ) {\n\trequire get_parent_theme_file_path( '/inc' . $file );\n}\n\n\n/**\n * Customizer\n *\n * @param WP_Customize_Manager $wp_customize Theme Customizer object.\n * @return void\n */\n\n$customizer_options = array(\n\t'about',\n\t'homepage',\n\t'layout',\n\t'navbar',\n\t'post_card',\n\t'post_page',\n\t'progress_bar',\n);\n\nforeach ( $customizer_options as $customizer_option ) {\n\tadd_action( 'customize_register', 'mynote_customize_' . $customizer_option );\n}\n"
  },
  {
    "path": "inc/icon-functions.php",
    "content": "<?php\n/**\n * Social icon links in Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.7\n */\n\n/**\n * Returns an array of supported social links (Fontawesome 5 font icons).\n *\n * @return array\n */\nfunction mynote_social_links_icons() {\n\n\t$social_links_icons = array(\n\t\t'behance.net'     => 'fab fa-behance behance',\n\t\t'codepen.io'      => 'fab fa-codepen codepen',\n\t\t'deviantart.com'  => 'fab fa-deviantart deviantart',\n\t\t'digg.com'        => 'fab fa-digg digg',\n\t\t'docker.com'      => 'fab fa-docker docker',\n\t\t'dribbble.com'    => 'fab fa-dribbble dribbble',\n\t\t'dropbox.com'     => 'fab fa-dropbox dropbox',\n\t\t'facebook.com'    => 'fab fa-facebook-f facebook',\n\t\t'flickr.com'      => 'fab fa-flickr flickr',\n\t\t'foursquare.com'  => 'fab fa-foursquare foursquare',\n\t\t'plus.google.com' => 'fab fa-google-plus-g google',\n\t\t'github.com'      => 'fab fa-github-alt github',\n\t\t'instagram.com'   => 'fab fa-instagram instagram',\n\t\t'linkedin.com'    => 'fab fa-linkedin-in linkedin',\n\t\t'mailto:'         => 'far fa-envelope envelope',\n\t\t'medium.com'      => 'fab fa-medium-m medium',\n\t\t'pinterest.com'   => 'fab fa-pinterest-p pinterest',\n\t\t'pscp.tv'         => 'fab fa-periscope periscope',\n\t\t'getpocket.com'   => 'fab fa-get-pocket getpocket',\n\t\t'reddit.com'      => 'fab fa-reddit-alien reddit',\n\t\t'skype.com'       => 'fab fa-skype skype',\n\t\t'skype:'          => 'fab fa-skype skype',\n\t\t'slideshare.net'  => 'fab fa-slideshare slideshare',\n\t\t'snapchat.com'    => 'fab fa-snapchat-ghost snapchat',\n\t\t'soundcloud.com'  => 'fab fa-soundcloud soundcloud',\n\t\t'spotify.com'     => 'fab fa-spotify spotify',\n\t\t'stumbleupon.com' => 'fab fa-stumbleupon stumbleupon',\n\t\t'tumblr.com'      => 'fab fa-tumblr tumblr',\n\t\t'twitch.tv'       => 'fab fa-twitch twitch',\n\t\t'twitter.com'     => 'fab fa-twitter twitter',\n\t\t'vimeo.com'       => 'fab fa-vimeo-v vimeo',\n\t\t'vine.co'         => 'fab fa-vine vine',\n\t\t'vk.com'          => 'fab fa-vk vk',\n\t\t'wordpress.org'   => 'fab fa-wordpress wordpress',\n\t\t'wordpress.com'   => 'fab fa-wordpress-simple wordpress',\n\t\t'yelp.com'        => 'fab fa-yelp yelp',\n\t\t'youtube.com'     => 'fab fa-youtube youtube',\n\t);\n\n\treturn $social_links_icons;\n}\n\n/**\n * Filters a menu item's starting output.\n *\n * @param  string   $item_output The menu item output.\n * @param  WP_Post  $item        Menu item object.\n * @param  int      $depth       Depth of the menu.\n * @param  stdClass $args        wp_nav_menu() arguments.\n * @return string   $item_output The menu item output with social icon.\n */\nfunction mynote_nav_menu_social_icons( $item_output, $item, $depth, $args ) {\n\n\t// Get supported social icons.\n\t$social_icons = mynote_social_links_icons();\n\t$size_type    = get_theme_mod( 'layout_cols_footer_icon_size' );\n\n\tif ( 'md' === $size_type ) {\n\t\t$size_css = 'brand-md';\n\t} elseif ( 'lg' === $size_type ) {\n\t\t$size_css = 'brand-lg';\n\t} elseif ( 'xl' === $size_type ) {\n\t\t$size_css = 'brand-xl';\n\t} else {\n\t\t$size_css = 'brand-sm';\n\t}\n\n\t// Replace title with font icon inside social links menu.\n\tif ( 'social' === $args->theme_location ) {\n\t\t$is_icon_found = false;\n\t\tforeach ( $social_icons as $attr => $value ) {\n\t\t\tif ( false !== strpos( $item_output, $attr ) ) {\n\t\t\t\t$is_icon_found = true;\n\t\t\t\t$item_output   = preg_replace( '#' . $args->link_before . '(.+)' . $args->link_after . '#i', '<span class=\"' . $size_css . '\"><i class=\"' . esc_attr( $value ) . ' brand-link\"></i></span>', $item_output );\n\t\t\t}\n\t\t}\n\t\tif ( ! $is_icon_found ) {\n\t\t\t$item_output = preg_replace( '#' . $args->link_before . '(.+)' . $args->link_after . '#i', '<i class=\"fas fa-link\"></i>', $item_output );\n\t\t}\n\t}\n\treturn $item_output;\n}\n"
  },
  {
    "path": "inc/index.html",
    "content": ""
  },
  {
    "path": "inc/template-functions.php",
    "content": "<?php\n/**\n * Functions and definitions for Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 2.0.0\n */\n\nif ( ! function_exists( 'mynote_remove_invalid_rel_for_category' ) ) {\n\t/**\n\t * Remove invalid rel attribute values in the categorylist\n\t * Valid attribute values:\n\t * http://microformats.org/wiki/existing-rel-values\n\t *\n\t * @param array $var - string or array.\n\t * @return string|array\n\t */\n\tfunction mynote_remove_invalid_rel_for_category( $var ) {\n\t\treturn str_replace( 'rel=\"category tag\"', 'rel=\"tag\"', $var );\n\t}\n}\n\nif ( ! function_exists( 'mynote_add_slug_to_body_class' ) ) {\n\t/**\n\t * Add page slug to body class for better customization if needed.\n\t *\n\t * @param array $classes - html class name.\n\t * @return array\n\t */\n\tfunction mynote_add_slug_to_body_class( $classes ) {\n\t\tglobal $post;\n\n\t\tif ( is_home() ) {\n\t\t\t$key = array_search( 'blog', $classes, true );\n\t\t\tif ( $key > -1 ) {\n\t\t\t\tunset( $classes[ $key ] );\n\t\t\t}\n\t\t} elseif ( is_page() ) {\n\t\t\t$classes[] = sanitize_html_class( $post->post_name );\n\t\t} elseif ( is_singular() ) {\n\t\t\t$classes[] = sanitize_html_class( $post->post_name );\n\t\t}\n\t\treturn $classes;\n\t}\n}\n\nif ( ! function_exists( 'mynote_remove_recent_comments_style' ) ) {\n\t/**\n\t * Remove wp_head() injected Recent Comment styles.\n\t *\n\t * @return void\n\t */\n\tfunction mynote_remove_recent_comments_style() {\n\t\tglobal $wp_widget_factory;\n\n\t\tremove_action(\n\t\t\t'wp_head',\n\t\t\tarray(\n\t\t\t\t$wp_widget_factory->widgets['WP_Widget_Recent_Comments'],\n\t\t\t\t'recent_comments_style',\n\t\t\t)\n\t\t);\n\t}\n}\n\nif ( ! function_exists( 'mynote_remove_thumbnail_dimensions' ) ) {\n\t/**\n\t * Show excetps ... read more\n\t *\n\t * @param string $more Pass to excerpt_more filiter.\n\t * @return string\n\t */\n\tfunction mynote_read_more( $more ) {\n\t\tglobal $post;\n\t\treturn '... &raquo; <a class=\"read-more-link\" href=\"' . esc_url( get_permalink( $post->ID ) ) . '\">' . __( 'read more', 'mynote' ) . '</a>';\n\t}\n}\n\nif ( ! function_exists( 'mynote_remove_thumbnail_dimensions' ) ) {\n\t/**\n\t * Remove width and height dynamic attributes to thumbnails that prevent fluid images in the_thumbnail.\n\t *\n\t * @param string $html HTML string.\n\t * @return string\n\t */\n\tfunction mynote_remove_thumbnail_dimensions( $html ) {\n\t\t$html = preg_replace( '/(width|height)=\\\"\\d*\\\"\\s/', '', $html );\n\t\treturn $html;\n\t}\n}\n\nif ( ! function_exists( 'mynote_custom_gravatar' ) ) {\n\t/**\n\t * Custom avatar\n\t *\n\t * @param array $avatar_defaults Avatar.\n\t * @return array\n\t */\n\tfunction mynote_custom_gravatar( $avatar_defaults ) {\n\t\t// Change filename here.\n\t\t$myavatar = get_template_directory_uri() . '/img/gravatar.jpg';\n\t\t// Name of the gavatar image.\n\t\t$avatar_defaults[ $myavatar ] = 'Custom Gravatar';\n\t\treturn $avatar_defaults;\n\t}\n}\n\nif ( ! function_exists( 'mynote_enable_threaded_comments' ) ) {\n\t/**\n\t * Threaded Comments\n\t *\n\t * @return void\n\t */\n\tfunction mynote_enable_threaded_comments() {\n\t\tif ( ! is_admin() ) {\n\t\t\tif ( is_singular() && comments_open() && ( 1 === get_option( 'thread_comments' ) ) ) {\n\t\t\t\twp_enqueue_script( 'comment-reply' );\n\t\t\t}\n\t\t}\n\t}\n}\n\n// GitHub style comment blocks.\nif ( ! function_exists( 'mynote_comment' ) ) {\n\t/**\n\t * Template for comments and pingbacks.\n\t *\n\t * @param stdClass $comment (optional) Array obtained by get_comments query.\n\t * @param array    $args    (optional) The options for the function.\n\t * @param integer  $depth   (optional).\n\t * @return void\n\t */\n\tfunction mynote_comment( $comment, $args, $depth ) {\n\t\tglobal $post;\n\n\t\tswitch ( $comment->comment_type ) {\n\t\t\tcase 'pingback':\n\t\t\tcase 'trackback':\n\t\t\t\t// Display trackbacks differently than normal comments.\n\t\t\t\t?>\n\n\t\t\t\t<div <?php comment_class(); ?> id=\"comment-<?php comment_ID(); ?>\">\n\n\t\t\t\t\t<article id=\"comment-<?php comment_ID(); ?>\" class=\"pingback\">\n\t\t\t\t\t\t<p><?php esc_html_e( 'Pingback:', 'mynote' ); ?> <?php comment_author_link(); ?> <?php edit_comment_link( esc_html__( '(Edit)', 'mynote' ), '<span class=\"edit-link\">', '</span>' ); ?></p>\n\t\t\t\t\t</article>\n\n\t\t\t\t</div>\n\n\t\t\t\t<?php\n\t\t\t\tbreak;\n\t\t\tdefault:\n\t\t\t\t// Proceed with normal comments.\n\t\t\t\t?>\n\n\t\t\t\t<div <?php comment_class( 'comment-wrapper' ); ?> id=\"comment-<?php comment_ID(); ?>\">\n\t\t\t\t\t<div class=\"comment-avatar\">\n\t\t\t\t\t\t<?php echo get_avatar( $comment, 44 ); ?>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"comment-container\"> \n\t\t\t\t\t\t<div class=\"comment-header\">\n\t\t\t\t\t\t\t<?php edit_comment_link( '<i class=\"fas fa-pencil-alt\"></i>', '<div class=\"comment-header-btn edit\">', '</div>' ); ?>\n\t\t\t\t\t\t\t<div class=\"comment-header-btn reply\">\n\t\t\t\t\t\t\t\t<?php\n\t\t\t\t\t\t\t\t\tcomment_reply_link(\n\t\t\t\t\t\t\t\t\t\tarray_merge(\n\t\t\t\t\t\t\t\t\t\t\t$args,\n\t\t\t\t\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t\t\t\t\t'reply_text' => '<i class=\"fas fa-reply\"></i>',\n\t\t\t\t\t\t\t\t\t\t\t\t'depth' => $depth,\n\t\t\t\t\t\t\t\t\t\t\t\t'max_depth' => $args['max_depth'],\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t?>\n\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t<?php\n\n\t\t\t\t\t\t\tif ( $comment->user_id === $post->post_author ) {\n\t\t\t\t\t\t\t\t$commenter_type_css = 'author';\n\n\t\t\t\t\t\t\t\t?>\n\n\t\t\t\t\t\t\t\t<div class=\"comment-label\">\n\t\t\t\t\t\t\t\t\t<?php esc_html_e( 'Author', 'mynote' ); ?>\n\t\t\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t\t\t<?php\n\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t$commenter_type_css = 'reader';\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t?>\n\n\t\t\t\t\t\t\t<div class=\"comment-header-text f-14\">\n\t\t\t\t\t\t\t\t<?php\n\n\t\t\t\t\t\t\t\tprintf(\n\t\t\t\t\t\t\t\t\t'<cite class=\"' . esc_attr( $commenter_type_css ) . '\">%1$s</cite>&nbsp;',\n\t\t\t\t\t\t\t\t\tget_comment_author_link()\n\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\tprintf(\n\t\t\t\t\t\t\t\t\t'<a href=\"%1$s\" title=\"commented %2$s\" class=\"comment-link\"><time itemprop=\"datePublished\" datetime=\"%3$s\">%4$s</time></a>',\n\t\t\t\t\t\t\t\t\tesc_url( get_comment_link( $comment->comment_ID ) ),\n\t\t\t\t\t\t\t\t\tsprintf( '%1$s @ %2$s', get_comment_date(), get_comment_time() ),\n\t\t\t\t\t\t\t\t\tget_comment_time( 'c' ),\n\t\t\t\t\t\t\t\t\tsprintf(\n\t\t\t\t\t\t\t\t\t\t/* translators: %s: days */\n\t\t\t\t\t\t\t\t\t\tesc_html__( 'commented %s ago', 'mynote' ),\n\t\t\t\t\t\t\t\t\t\tesc_html( human_time_diff( get_comment_time( 'U' ), current_time( 'timestamp' ) ) )\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t?>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"comment-body\">\n\t\t\t\t\t\t\t<?php if ( '0' === $comment->comment_approved ) { ?>\n\t\t\t\t\t\t\t\t<p class=\"comment-awaiting-moderation\"><?php esc_html_e( 'Your comment is awaiting moderation.', 'mynote' ); ?></p>\n\t\t\t\t\t\t\t<?php } ?>\n\t\t\t\t\t\t\t<div class=\"comment-content comment\">\n\t\t\t\t\t\t\t\t<?php comment_text(); ?>\t\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<?php\n\t\t\t\tbreak;\n\t\t}\n\t\t// end - switch.\n\t}\n}\n\nif ( ! function_exists( 'mynote_comment_form' ) ) {\n\t/**\n\t * Overwrite the default WordPress comment form.\n\t * Build a custom Mynote style form.\n\t *\n\t * @return array\n\t */\n\tfunction mynote_comment_form() {\n\t\t$comment_field = '\n\t\t\t<div class=\"form-row\">\n\t\t\t\t<div class=\"col-sm-12 my-1\">\n\t\t\t\t\t<textarea id=\"comment\" name=\"comment\" class=\"form-control\" aria-required=\"true\"></textarea>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t';\n\n\t\t$comments_args = array(\n\t\t\t'label_submit'         => __( 'Send', 'mynote' ),\n\t\t\t'title_reply'          => __( 'Write a Reply or Comment', 'mynote' ),\n\t\t\t'comment_notes_after'  => '',\n\t\t\t'comment_field'        => $comment_field,\n\t\t\t'title_reply_before'   => '<h3 id=\"reply-title\" class=\"section-title\">',\n\t\t\t'title_reply_after'    => '</h3>',\n\t\t\t'class_submit'         => 'btn btn-green my-1',\n\t\t\t'comment_notes_before' => '<p class=\"comment-notes\">' . __( 'Your email address will not be published.', 'mynote' ) . '</p>',\n\t\t);\n\t\treturn $comments_args;\n\t}\n}\n\nif ( ! function_exists( 'mynote_comment_fileds' ) ) {\n\t/**\n\t * Comment fields\n\t *\n\t * @return array\n\t */\n\tfunction mynote_comment_fileds() {\n\t\t$commenter = wp_get_current_commenter();\n\n\t\t$author = '\n\t\t\t<div class=\"col-sm-6 my-1\">\n\t\t\t\t<div class=\"input-group\">\n\t\t\t\t\t<div class=\"input-group-prepend\">\n\t\t\t\t\t\t<div class=\"input-group-text\"><i class=\"fas fa-user\"></i></div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<input id=\"author\" class=\"form-control\" placeholder=\"' . esc_attr( __( 'Name', 'mynote' ) ) . '\" name=\"author\" type=\"text\" value=\"' . esc_attr( $commenter['comment_author'] ) . '\" maxlength=\"245\" />\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t';\n\n\t\t$email = '\n\t\t\t<div class=\"col-sm-6 my-1\">\n\t\t\t\t<div class=\"input-group\">\n\t\t\t\t\t<div class=\"input-group-prepend\">\n\t\t\t\t\t\t<div class=\"input-group-text\"><i class=\"fas fa-envelope\"></i></div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<input id=\"email\" class=\"form-control\" placeholder=\"' . esc_attr( __( 'Email', 'mynote' ) ) . '\" name=\"email\" type=\"text\" value=\"' . esc_attr( $commenter['comment_author_email'] ) . '\" maxlength=\"100\" aria-describedby=\"email-notes\" />\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t';\n\n\t\t$url = '\n\t\t\t<div class=\"col-sm-12 my-1\">\n\t\t\t\t<div class=\"input-group\">\n\t\t\t\t\t<div class=\"input-group-prepend\">\n\t\t\t\t\t\t<div class=\"input-group-text\"><i class=\"fas fa-globe\"></i></div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<input id=\"url\" class=\"form-control\" placeholder=\"' . esc_attr( __( 'Website', 'mynote' ) ) . '\" name=\"url\" type=\"text\" value=\"' . esc_attr( $commenter['comment_author_url'] ) . '\" maxlength=\"200\" />\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t';\n\n\t\t$fields = array(\n\t\t\t'before' => '<div class=\"form-row\">',\n\t\t\t'author' => $author,\n\t\t\t'email'  => $email,\n\t\t\t'url'    => $url,\n\t\t\t'after'  => '</div>',\n\t\t);\n\n\t\treturn $fields;\n\t}\n}\n\nif ( ! function_exists( 'mynote_move_comment_field_to_bottom' ) ) {\n\t/**\n\t * Move fields from bottom to top.\n\t *\n\t * @param array $fields Comment form fields.\n\t * @return array\n\t */\n\tfunction mynote_move_comment_field_to_bottom( $fields ) {\n\t\t$comment_field = $fields['comment'];\n\t\tunset( $fields['comment'] );\n\t\t$fields['comment'] = $comment_field;\n\t\treturn $fields;\n\t}\n}\n\nif ( ! function_exists( 'mynote_replace_language_attributes' ) ) {\n\t/**\n\t * Replace language attrbute from en_US to en.\n\t *\n\t * @return string\n\t */\n\tfunction mynote_replace_language_attributes() {\n\t\treturn 'lang=' . substr( get_bloginfo( 'language' ), 0, 2 );\n\t}\n}\n\nif ( ! function_exists( 'mynote_single_post_script' ) ) {\n\t/**\n\t * Article reading progress bar.\n\t * Sidebar switcher.\n\t *\n\t * @return void\n\t */\n\tfunction mynote_single_post_script() {\n\t\tif ( is_single() ) {\n\t\t\t?>\n\t\t<script>\n\n\t\tjQuery( document ).ready(function( $ ) {\n\t\t\tconst win = $( window );\n\t\t\tconst doc = $( document );\n\t\t\tconst progressBar = $( 'progress' );\n\t\t\tconst progressLabel = $( '.progress-label' );\n\t\t\tconst setValue = () => win.scrollTop();\n\t\t\tconst setMax = () => doc.height() - win.height();\n\t\t\tconst setPercent = () => Math.round( win.scrollTop() / (doc.height() - win.height()) * 100 );\n\t\t\tconst pageTitle = $( '#post-title' );\n\t\t\tconst pageTitleTop = pageTitle.offset().top;\n\t\t\tconst progressBarContainer = $( '.single-post-title-bar' );\n\t\t\tconst headerNavBrand = $( '#mynote-nav-bar' );\n\t\t\tconst progressTitle = $( '#progress-title' );\n\t\t\tconst headerBarContainer = $( '.header .container' );\n\n\t\t\tprogressLabel.text( setPercent() + '%' );\n\t\t\tprogressBar.attr(\n\t\t\t\t{\n\t\t\t\t\tvalue: setValue(),\n\t\t\t\t\tmax: setMax() \n\t\t\t\t}\n\t\t\t);\n\n\t\t\tdoc.on( 'scroll', () => {\n\t\t\t\tprogressLabel.text( setPercent() + '%' );\n\t\t\t\tprogressBar.attr(\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue: setValue()\n\t\t\t\t\t} \n\t\t\t\t);\n\n\t\t\t\tif ( doc.scrollTop() > headerNavBrand.height() ) {\n\t\t\t\t\t//headerBarContainer.fadeOut( 800 );\n\t\t\t\t\tprogressTitle.html( pageTitle.html() );\n\t\t\t\t\tprogressBarContainer.fadeIn( 100 );\n\t\t\t\t\tprogressBarContainer.addClass( 'fixed-top' );\n\t\t\t\t\tprogressBarContainer.addClass( 'slide-down' );\n\t\t\t\t} else {\n\t\t\t\t\t//headerBarContainer.fadeIn( 800 );\n\t\t\t\t\tprogressBarContainer.removeClass( 'slide-down' );\n\t\t\t\t\tprogressBarContainer.fadeOut( 100 );\n\n\t\t\t\t\tif ( progressBarContainer.hasClass( 'fixed-top' ) ) {\n\t\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\t\tprogressBarContainer.removeClass( 'fixed-top' );\n\t\t\t\t\t\t}, 500);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\n\t\t\twin.on( 'resize', () => {\n\t\t\t\tprogressLabel.text( setPercent() + '%' );\n\t\t\t\tprogressBar.attr(\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue: setValue(), \n\t\t\t\t\t\tmax: setMax()\n\t\t\t\t\t} \n\t\t\t\t);\n\t\t\t});\n\n\t\t\t// Sidebar switcher\n\t\t\t$( '#main-container' ).attr( 'data-previous-class', $( '#main-container' ).attr( 'class' ) );\n\n\t\t\t$( '.column-control .btn-counter' ).click(function() {\n\t\t\t\tvar target = $( this ).attr( 'data-target' );\n\t\t\t\tif ( $( this ).hasClass( 'active' ) ) {\n\t\t\t\t\t$( this ).removeClass( 'active' );\n\n\t\t\t\t\tif ( target == '#aside-container' ) {\n\t\t\t\t\t\t$( '#main-container' ).attr( 'data-previous-class', $( '#main-container' ).attr( 'class' ) );\n\t\t\t\t\t\t$( '#main-container' ).attr( 'class', 'col col-sm-12' );\n\t\t\t\t\t\t$( '#aside-container' ).hide();\n\t\t\t\t\t}\n\t\t\t\t\tif ( target == '#sidebar') {\n\t\t\t\t\t\t$( target ).show();\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t$( this ).addClass( 'active' );\n\n\t\t\t\t\tif ( target == '#aside-container' ) {\n\t\t\t\t\t\t$( '#main-container' ).attr( 'class', $( '#main-container' ).attr( 'data-previous-class' ) );\n\t\t\t\t\t\t$( '#aside-container' ).show();\n\t\t\t\t\t}\n\t\t\t\t\tif ( target == '#sidebar') {\n\t\t\t\t\t\t$( target ).hide();\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t});\n\n\t\t\t// For responsive.\n\t\t\t$( '.markdown-body img' ).attr('height', '');\n\t\t});\n\n\t\t</script>\n\t\t\t<?php\n\t\t}\n\t}\n}\n\nif ( ! function_exists( 'mynote_scrolling_script' ) ) {\n\t/**\n\t * 1. An \"Auto scroll down\" floated button.\n\t * 2. An \"Go to Top\" floated button will be showed on the footer when user scrolling down.\n\t * 3. Bootstrap 4 collapse event.\n\t *\n\t * @return void\n\t */\n\tfunction mynote_scrolling_script() {\n\t\t?>\n\t\t<script>\n\n\t\tjQuery( document ).ready(function( $ ) {\n\n\t\t\t$( '.scroll-area a' ).on( 'click', function(e) {\n\t\t\t\te.preventDefault();\n\t\t\t\tvar movingPosition = 0;\n\n\t\t\t\tif ( $( this.hash ).offset().top > $( document ).height() - $( window ).height() ) {\n\t\t\t\t\tmovingPosition = $( document ).height() - $( window ).height();\n\t\t\t\t} else {\n\t\t\t\t\tmovingPosition = $( this.hash ).offset().top;\n\t\t\t\t}\n\n\t\t\t\t$( 'html, body' ).animate({\n\t\t\t\t\tscrollTop: movingPosition\n\t\t\t\t}, 500, 'swing' );\n\t\t\t});\n\n\t\t\t$( 'a.go-top' ).on( 'click' ,function(e) {\n\t\t\t\te.preventDefault();\n\t\t\t\t$( 'html, body' ).animate( { scrollTop: 0 }, 1000 );\n\t\t\t});\n\n\t\t\t$( window ).scroll( function() {      \n\t\t\t\tvar windowTop =  $( window ).scrollTop();\n\t\t\t\tif ( windowTop > 100 ) {\n\t\t\t\t\t$( 'a.go-top' ).fadeIn( 300 );\n\t\t\t\t} else {\n\t\t\t\t\t$( 'a.go-top' ).fadeOut( 300 );\n\t\t\t\t}\n\t\t\t});\n\n\t\t\t$( '#mynote-nav-bar' ).on( 'show.bs.collapse' , function () {\n\t\t\t\t$( 'body' ).addClass( 'menu-is-collapsed' );\n\t\t\t});\n\n\t\t\t$( '#mynote-nav-bar' ).on( 'hidden.bs.collapse' , function () {\n\t\t\t\t$( 'body' ).removeClass( 'menu-is-collapsed' );\n\t\t\t});\n\t\t});\n\n\t\t</script>\n\t\t<?php\n\t}\n}\n\nif ( ! function_exists( 'mynote_alx_embed_html' ) ) {\n\t/**\n\t * Add responsive container to embeds\n\t *\n\t * @param string $html Original embed HTML code.\n\t * @return string\n\t */\n\tfunction mynote_alx_embed_html( $html ) {\n\t\treturn '<div class=\"video-container\">' . $html . '</div>';\n\t}\n}\n\n/**\n * Prevent XSS attacks.\n *\n * @param string $comment_text\n *\n * @return string\n */\nfunction mynote_sanitize_comment( $comment_text ) {\n\t$comment_text = sanitize_text_field( $comment_text );\n\treturn $comment_text;\n}\n"
  },
  {
    "path": "inc/template-hook-functions.php",
    "content": "<?php\n/**\n * Mynote template functions for hooks.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 2.0.0\n */\n\nif ( ! function_exists( 'mynote_header_navigation' ) ) {\n\t/**\n\t * Display the header menu.\n\t *\n\t * @since  2.0.0\n\t * @return void\n\t */\n\tfunction mynote_header_navigation() {\n\n\t\t$is_brand_url     = false;\n\t\t$addon_body_class = '';\n\t\t$site_brand_url   = '';\n\n\t\tif ( '' !== mynote_site_icon() ) {\n\t\t\t$is_brand_url      = true;\n\t\t\t$addon_body_class .= 'has-site-icon';\n\t\t\t$site_brand_url    = mynote_site_icon();\n\t\t}\n\n\t\tif ( '' !== mynote_site_logo() ) {\n\t\t\t$is_brand_url = true;\n\n\t\t\tif ( ! empty( $addon_body_class ) ) {\n\t\t\t\t$addon_body_class .= ' ';\n\t\t\t}\n\t\t\t$addon_body_class .= 'has-site-logo';\n\t\t\t$site_brand_url    = mynote_site_logo();\n\t\t}\n\n\t\t$addon_navbar_class = '';\n\n\t\tif ( ! mynote_is_responsive() ) {\n\t\t\t$addon_navbar_class = 'navbar-expand';\n\t\t}\n\n\t\t?>\n\t\t\t<nav class=\"navbar navbar-expand-lg navbar-dark <?php echo $addon_navbar_class; ?>\" role=\"navigation\">\n\t\t\t\t<?php if ( $is_brand_url ) : ?>\n\t\t\t\t\t<a class=\"navbar-brand\" href=\"<?php echo esc_url( home_url() ); ?>\">\n\t\t\t\t\t\t<img src=\"<?php echo esc_url( $site_brand_url ); ?>\" alt=\"<?php esc_attr_e( 'Logo', 'mynote' ); ?>\" class=\"logo-img\" />\n\t\t\t\t\t</a>\n\t\t\t\t<?php endif; ?>\n\n\t\t\t\t<?php if ( has_nav_menu( 'header-menu' ) ) : ?>\n\t\t\t\t\t<?php mynote_nav(); ?>\n\t\t\t\t<?php else : ?>\n\t\t\t\t\t<?php mynote_default_nav(); ?>\n\t\t\t\t<?php endif; ?>\n\n\t\t\t\t<div class=\"search-bar\">\n\t\t\t\t\t<?php get_search_form(); ?>\n\t\t\t\t</div>\n\n\t\t\t\t<button class=\"navbar-toggler\" \n\t\t\t\t\ttype=\"button\" data-toggle=\"collapse\" \n\t\t\t\t\tdata-target=\"#mynote-nav-bar\" \n\t\t\t\t\taria-controls=\"mynote-nav-bar\" \n\t\t\t\t\taria-expanded=\"false\" \n\t\t\t\t\taria-label=\"<?php esc_attr_e( 'Toggle navigation', 'mynote' ); ?>\">\n\t\t\t\t\t<span class=\"navbar-toggler-icon\"></span>\n\t\t\t\t</button>\n\t\t\t</nav>\n\t\t<?php\n\t}\n}\n\nif ( ! function_exists( 'mynote_footer_widgets' ) ) {\n\t/**\n\t * Display the theme credit\n\t *\n\t * @since  2.0.0\n\t * @return void\n\t */\n\tfunction mynote_footer_widgets() {\n\t\tif ( is_active_sidebar( 'sidebar-2' ) ) {\n\t\t\t?>\n\t\t\t\t<section class=\"footer-sidebar\">\n\t\t\t\t\t<div class=\"container px-responsive\">\n\t\t\t\t\t\t<div class=\"row my-4\">\n\t\t\t\t\t\t\t<?php dynamic_sidebar( 'sidebar-2' ); ?>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</section>\n\t\t\t<?php\n\t\t}\n\t}\n}\n\nif ( ! function_exists( 'mynote_footer_columns' ) ) {\n\t/**\n\t * Display the theme credit, footer menu and social links.\n\t *\n\t * @since  2.0.0\n\t * @return void\n\t */\n\tfunction mynote_footer_columns() {\n\t\t?>\n\t\t\t<div class=\"container footer-columns\">\n\t\t\t\t<div class=\"footer-column-left\">\n\t\t\t\t\t<div><?php mynote_site_info(); ?></div>\n\t\t\t\t\t<div><?php mynote_nav( 'footer' ); ?></div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"footer-column-right\">\n\t\t\t\t\t<?php mynote_nav( 'social' ); ?>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t<?php\n\t}\n}\n\nif ( ! function_exists( 'mynote_homepage_promotion' ) ) {\n\t/**\n\t * Display the promotion area in homepage.\n\t *\n\t * @since  2.0.0\n\t * @return void\n\t */\n\tfunction mynote_homepage_promotion() {\n\t\t$custom_header_image = '';\n\n\t\tif ( has_header_image() ) {\n\t\t\t$custom_header_image = 'background-image: url(' . get_header_image() . ');';\n\t\t}\n\t\t?>\n\n\t\t<div class=\"section-intro d-flex align-items-center\" style=\"<?php echo $custom_header_image; ?>\">\n\t\t\t\t<div class=\"container px-responsive\">\n\t\t\t\t\t<div class=\"d-md-flex align-items-center\">\n\t\t\t\t\t\t<div class=\"col-12 col-md-7 text-center text-md-left\" style=\"min-height: 100%; overflow: hidden\" >\n\t\t\t\t\t\t\t<h1 class=\"mb-3\"><?php echo get_bloginfo( 'name' ); ?></h1>\n\t\t\t\t\t\t\t<p class=\"mb4 desc-text\" id=\"header-desc-text\">\n\t\t\t\t\t\t\t\t<?php echo html_entity_decode( get_bloginfo( 'description' ) ); ?>\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"col-12 col-md-5\">\n\t\t\t\t\t\t\t<?php if ( is_active_sidebar( 'sidebar-5' ) ) : ?>\n\t\t\t\t\t\t\t\t<aside class=\"home-intro-sidebar\">\n\t\t\t\t\t\t\t\t\t<div class=\"container px-responsive\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"row my-4\">\n\t\t\t\t\t\t\t\t\t\t\t<?php dynamic_sidebar( 'sidebar-5' ); ?>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</aside>\n\t\t\t\t\t\t\t<?php else : ?>\n\t\t\t\t\t\t\t\t<p class=\"p-5\"><?php mynote_category_labels(); ?></p>\n\t\t\t\t\t\t\t<?php endif; ?>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div class=\"scroll-area\">\n\t\t\t\t\t<a href=\"#main-container\"><i class=\"fas fa-arrow-down\"></i></a>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t<?php\n\t}\n}\n\nif ( ! function_exists( 'mynote_homepage_middle_sidebar' ) ) {\n\t/**\n\t * Display the middle sidebar in homepage.\n\t *\n\t * @since  2.0.0\n\t * @return void\n\t */\n\tfunction mynote_homepage_middle_sidebar() {\n\t\tif ( is_active_sidebar( 'sidebar-4' ) ) {\n\t\t\t?>\n\t\t\t<aside class=\"home-middle-sidebar\">\n\t\t\t\t<div class=\"container px-responsive\">\n\t\t\t\t\t<div class=\"row my-4\">\n\t\t\t\t\t\t<?php dynamic_sidebar( 'sidebar-4' ); ?>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</aside>\n\t\t\t<?php\n\t\t}\n\t}\n}\n\nif ( ! function_exists( 'mynote_homepage_sidebar' ) ) {\n\t/**\n\t * Display the sidebar in homepage.\n\t *\n\t * @since  2.0.0\n\t * @return void\n\t */\n\tfunction mynote_homepage_sidebar() {\n\t\tif ( mynote_is_sidebar() ) {\n\t\t\t?>\n\t\t\t<aside id=\"aside-container\" class=\"col-lg-4 col-md-4 col-sm-12\" role=\"complementary\">\n\t\t\t\t<div id=\"sidebar-home\" class=\"sidebar\">\n\t\t\t\t\t<?php dynamic_sidebar( 'sidebar-6' ); ?>\n\t\t\t\t</div>\n\t\t\t</aside>\n\t\t\t<?php\n\t\t}\n\t}\n}\n\nif ( ! function_exists( 'mynote_archive_sidebar' ) ) {\n\t/**\n\t * Display the sidebar in archive.\n\t *\n\t * @since  2.0.0\n\t * @return void\n\t */\n\tfunction mynote_archive_sidebar() {\n\t\tif ( mynote_is_sidebar() ) {\n\t\t\t?>\n\t\t\t<aside id=\"aside-container\" class=\"col-lg-4 col-md-4 col-sm-12\" role=\"complementary\">\n\t\t\t\t<div id=\"sidebar-home\" class=\"sidebar\">\n\t\t\t\t\t<?php dynamic_sidebar( 'sidebar-7' ); ?>\n\t\t\t\t</div>\n\t\t\t</aside>\n\t\t\t<?php\n\t\t}\n\t}\n}\n\nif ( ! function_exists( 'mynote_single_post_sidebar' ) ) {\n\t/**\n\t * Display the sidebar in single posts.\n\t *\n\t * @since  2.0.0\n\t * @return void\n\t */\n\tfunction mynote_single_post_sidebar() {\n\t\tif ( mynote_is_sidebar() ) {\n\t\t\t?>\n\t\t\t<aside id=\"aside-container\" class=\"col-lg-4 col-md-4 col-sm-12\" role=\"complementary\">\n\t\t\t\t<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>\n\t\t\t\t\t<div id=\"sidebar\" class=\"sidebar\">\n\t\t\t\t\t\t<?php dynamic_sidebar( 'sidebar-1' ); ?>\n\t\t\t\t\t</div>\n\t\t\t\t<?php endif; ?>\n\t\t\t\t<?php if ( is_active_sidebar( 'sidebar-3' ) ) : ?>\n\t\t\t\t\t<div id=\"sidebar-sticky\" class=\"sidebar sticky-top\">\n\t\t\t\t\t\t<?php dynamic_sidebar( 'sidebar-3' ); ?>\n\t\t\t\t\t</div>\n\t\t\t\t<?php endif; ?>\n\t\t\t</aside>\n\t\t\t<?php\n\t\t}\n\t}\n}\n\nif ( ! function_exists( 'mynote_pagination_section' ) ) {\n\t/**\n\t * Display pagination.\n\t *\n\t * @since  2.0.0\n\t * @return void\n\t */\n\tfunction mynote_pagination_section() {\n\t\tif ( function_exists( 'mynote_pagination' ) ) {\n\t\t\tmynote_pagination();\n\t\t} else {\n\t\t\tthe_posts_pagination(\n\t\t\t\tarray(\n\t\t\t\t\t'prev_text'          => '<i class=\"fas fa-angle-left\"></i> <span class=\"screen-reader-text\">' . __( 'Previous page', 'mynote' ) . '</span>',\n\t\t\t\t\t'next_text'          => '<span class=\"screen-reader-text\">' . __( 'Next page', 'mynote' ) . '</span> <i class=\"fas fa-angle-right\"></i>',\n\t\t\t\t\t'before_page_number' => '<span class=\"meta-nav screen-reader-text\">' . __( 'Page', 'mynote' ) . ' </span>',\n\t\t\t\t)\n\t\t\t);\n\t\t}\n\t}\n}\n\nif ( ! function_exists( 'mynote_post_metadata' ) ) {\n\t/**\n\t * Display post metadata before post's content.\n\t *\n\t * @since  2.0.0\n\t * @return void\n\t */\n\tfunction mynote_post_metadata() {\n\t\tif ( have_posts() ) {\n\t\t\twhile ( have_posts() ) {\n\t\t\t\tthe_post();\n\t\t\t\tmynote_post_breadcrumb();\n\n\t\t\t\t?>\n\t\t\t\t\t<div class=\"single-post-header\">\n\t\t\t\t\t\t<div class=\"container\">\n\n\t\t\t\t\t\t\t<h1 id=\"post-title\" itemprop=\"headline\"><?php the_title(); ?></h1>\n\t\t\t\t\t\t\t<div class=\"post-mynote-buttons\">\n\n\t\t\t\t\t\t\t\t<?php if ( mynote_is_sidebar() ) : ?>\n\t\t\t\t\t\t\t\t\t<?php mynote_column_control_button(); ?>\n\t\t\t\t\t\t\t\t<?php endif; ?>\n\n\t\t\t\t\t\t\t\t<?php mynote_edit_button(); ?>\n\t\t\t\t\t\t\t\t<?php mynote_comment_button(); ?>\n\t\t\t\t\t\t\t</div><!-- .post-mynote-buttons -->\n\n\t\t\t\t\t\t\t<?php if ( mynote_is_post_author_date() ) : ?>\n\t\t\t\t\t\t\t\t<div class=\"post-meta\">\n\t\t\t\t\t\t\t\t\t<?php mynote_author_posted_date( true ); ?>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<?php endif; ?>\n\n\t\t\t\t\t\t</div><!-- .container -->\n\t\t\t\t\t</div><!-- .single-post-header -->\n\t\t\t\t<?php\n\t\t\t}\n\t\t}\n\t}\n}\n\nif ( ! function_exists( 'mynote_check_responsive' ) ) {\n\t/**\n\t * Check setting about responsive.\n\t *\n\t * @since  2.0.0\n\t * @return void\n\t */\n\tfunction mynote_check_responsive() {\n\t\tif ( mynote_is_responsive() ) {\n\t\t\techo '<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">';\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "inc/template-hooks.php",
    "content": "<?php\n/**\n * Hooks for Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 2.0.0\n */\n\n/*\n|--------------------------------------------------------------------------\n| Mynote custom hooks.\n|--------------------------------------------------------------------------\n| Hooked functions defined in inc/template-hook-functions.php\n*/\n\n/**\n * Head\n *\n * - mynote_head\n *\n * @see mynote_check_responsive();\n */\nadd_action( 'mynote_head', 'mynote_check_responsive', 10 );\n\n/**\n * Header\n *\n * - mynote_header_before\n * - mynote_header\n * - mynote_header_after\n *\n * @see  mynote_header_navigation()\n */\nadd_action( 'mynote_header', 'mynote_header_navigation', 10 );\n\n/**\n * Webiste's wrapper\n *\n * - mynote_site_wrapper_before\n * - mynote_site_wrapper_after\n */\n\n/**\n * Footer\n *\n * - mynote_footer_before\n * - mynote_footer\n * - mynote_footer_after\n *\n * @see  mynote_footer_widgets()\n * @see  mynote_footer_columns()\n */\nadd_action( 'mynote_footer', 'mynote_footer_widgets', 10 );\nadd_action( 'mynote_footer', 'mynote_footer_columns', 20 );\n\n/**\n * Homepage\n *\n * - mynote_homepage_promotion\n * - mynote_homepage_sidebar\n * - mynote_homepage_middle_sidebar\n *\n * @see  mynote_homepage_promotion()\n * @see  mynote_homepage_sidebar()\n * @see  mynote_homepage_middle_sidebar()\n */\nadd_action( 'mynote_homepage_promotion', 'mynote_homepage_promotion', 10 );\nadd_action( 'mynote_homepage_sidebar', 'mynote_homepage_sidebar', 10 );\nadd_action( 'mynote_homepage_middle_sidebar', 'mynote_homepage_middle_sidebar', 10 );\n\n/**\n * Loop\n *\n * - mynote_loop_before\n * - mynote_loop_after\n */\n\n/**\n * Pagination\n *\n * - mynote_pagination_before\n * - mynote_pagination\n * - mynote_pagination_after\n *\n * @see  mynote_pagination_section()\n */\nadd_action( 'mynote_pagination', 'mynote_pagination_section', 10 );\n\n/**\n * Post\n *\n * - mynote_post_before\n * - mynote_post_content_before\n * - mynote_post_content_after\n * - mynote_post_after\n * - mynote_post_sidebar\n * - mynote_post_comment_before\n * - mynote_post_comment_after\n *\n * @see  mynote_post_metadata()\n * @see  mynote_single_post_sidebar()\n */\nadd_action( 'mynote_post_before', 'mynote_post_metadata', 10 );\nadd_action( 'mynote_post_sidebar', 'mynote_single_post_sidebar', 10 );\n\n/**\n * Page\n *\n * - mynote_page_before\n * - mynote_page_content_before\n * - mynote_page_content_after\n * - mynote_page_after\n *\n * @see  mynote_post_metadata()\n */\nadd_action( 'mynote_page_before', 'mynote_post_metadata', 10 );\n\n/**\n * Archive\n *\n * - mynote_archive_sidebar\n * - mynote_archive_headline_after\n * - mynote_archive_loop_before\n * - mynote_archive_loop_after\n * - mynote_category_headline_after\n * - mynote_tag_headline_after\n * - mynote_search_headline_after\n *\n * @see  mynote_archive_sidebar()\n */\nadd_action( 'mynote_archive_sidebar', 'mynote_archive_sidebar', 10 );\n\n/*\n|--------------------------------------------------------------------------\n| WordPress hooks used in Mynote.\n|--------------------------------------------------------------------------\n| Hooked functions defined in inc/template-functions.php\n*/\n\nadd_action( 'widgets_init', 'mynote_remove_recent_comments_style' );\nadd_action( 'wp_footer', 'mynote_single_post_script', 1, 1 );\nadd_action( 'wp_footer', 'mynote_scrolling_script', 1, 1 );\nadd_action( 'get_header', 'mynote_enable_threaded_comments' );\nadd_filter( 'the_category', 'mynote_remove_invalid_rel_for_category' );\nadd_filter( 'body_class', 'mynote_add_slug_to_body_class' );\nadd_filter( 'excerpt_more', 'mynote_read_more' );\nadd_filter( 'post_thumbnail_html', 'mynote_remove_thumbnail_dimensions', 10 );\nadd_filter( 'avatar_defaults', 'mynote_custom_gravatar' );\nadd_filter( 'comment_form_defaults', 'mynote_comment_form' );\nadd_filter( 'comment_form_default_fields', 'mynote_comment_fileds' );\nadd_filter( 'comment_form_fields', 'mynote_move_comment_field_to_bottom' );\nadd_filter( 'language_attributes', 'mynote_replace_language_attributes' );\nadd_filter( 'embed_oembed_html', 'mynote_alx_embed_html', 10, 3 );\nadd_filter( 'video_embed_html', 'mynote_alx_embed_html' );\nadd_filter( 'walker_nav_menu_start_el', 'mynote_nav_menu_social_icons', 10, 4 );\n\n/*\n|--------------------------------------------------------------------------\n| WordPress hooks used in Mynote.\n|--------------------------------------------------------------------------\n| Hooked functions defined in functions.php\n*/\n\nadd_action( 'after_setup_theme', 'mynote_setup_theme' );\nadd_action( 'init', 'mynote_register_mynote_menu' );\nadd_action( 'init', 'mynote_header_scripts' );\nadd_action( 'widgets_init', 'mynote_widgets_init' );\nadd_action( 'wp_enqueue_scripts', 'mynote_styles' );\nadd_action( 'wp_enqueue_scripts', 'mynote_enqueue_comment_reply' );\nadd_filter( 'comment_text', 'mynote_sanitize_comment' );\n"
  },
  {
    "path": "inc/template-tags.php",
    "content": "<?php\n/**\n * Custom template tags for Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.7\n */\n\n/**\n * The follwing methods could be defined in child theme:\n *\n * - mynote_read_button\n * - mynote_edit_button\n * - mynote_comment_button\n * - mynote_author_posted_date\n * - mynote_author_card\n * - mynote_site_info\n*/\n\n/**\n * Mynote navigation.\n *\n * @param string $position The position on a page.\n */\nfunction mynote_nav( $position = 'header' ) {\n\tif ( 'header' === $position ) {\n\n\t\tif ( class_exists( 'Mynote_Walker' ) ) {\n\t\t\twp_nav_menu(\n\t\t\t\tarray(\n\t\t\t\t\t'theme_location'  => 'header-menu',\n\t\t\t\t\t'container'       => 'div',\n\t\t\t\t\t'container_class' => 'collapse navbar-collapse',\n\t\t\t\t\t'container_id'    => 'mynote-nav-bar',\n\t\t\t\t\t'menu_class'      => 'navbar-nav mr-auto',\n\t\t\t\t\t'menu_id'         => '',\n\t\t\t\t\t'depth'           => 2,\n\t\t\t\t\t'fallback_cb'     => 'Mynote_Walker::fallback',\n\t\t\t\t\t'walker'          => new Mynote_Walker(),\n\t\t\t\t)\n\t\t\t);\n\t\t} else {\n\t\t\twp_nav_menu(\n\t\t\t\tarray(\n\t\t\t\t\t'theme_location'  => 'header-menu',\n\t\t\t\t\t'container'       => 'div',\n\t\t\t\t\t'container_class' => 'collapse navbar-collapse',\n\t\t\t\t\t'container_id'    => 'mynote-nav-bar',\n\t\t\t\t\t'menu_class'      => 'navbar-nav mr-auto',\n\t\t\t\t\t'menu_id'         => '',\n\t\t\t\t\t'depth'           => 1,\n\t\t\t\t)\n\t\t\t);\n\t\t}\n\t}\n\n\tif ( 'footer' === $position ) {\n\t\tif ( has_nav_menu( 'footer-menu' ) ) {\n\t\t\twp_nav_menu(\n\t\t\t\tarray(\n\t\t\t\t\t'theme_location'  => 'footer-menu',\n\t\t\t\t\t'container'       => 'nav',\n\t\t\t\t\t'container_class' => 'footer-nav',\n\t\t\t\t\t'container_id'    => 'mynote-footer-nav',\n\t\t\t\t\t'menu_class'      => 'footer-menu',\n\t\t\t\t\t'menu_id'         => '',\n\t\t\t\t\t'depth'           => 1,\n\t\t\t\t)\n\t\t\t);\n\t\t}\n\t}\n\n\tif ( 'social' === $position ) {\n\t\tif ( has_nav_menu( 'social' ) ) {\n\t\t\twp_nav_menu(\n\t\t\t\tarray(\n\t\t\t\t\t'theme_location'  => 'social',\n\t\t\t\t\t'container'       => 'nav',\n\t\t\t\t\t'container_class' => 'footer-nav',\n\t\t\t\t\t'menu_class'      => 'social-icon-links',\n\t\t\t\t\t'depth'           => 1,\n\t\t\t\t\t'link_before'     => '<span class=\"screen-reader-text\">',\n\t\t\t\t\t'link_after'      => '</span>',\n\t\t\t\t)\n\t\t\t);\n\t\t}\n\t}\n}\n\n/**\n * If header_menu not set.\n */\nfunction mynote_default_nav() {\n\t?>\n\t<div id=\"mynote-nav-bar\" class=\"collapse navbar-collapse\">\n\t\t<ul id=\"menu-primary-menu\" class=\"navbar-nav mr-auto\">\n\t\t\t<li class=\"nav-item\"><a href=\"<?php echo esc_url( home_url() ); ?>\" class=\"nav-link\"><?php esc_html_e( 'Home', 'mynote' ); ?></a></li>\n\t\t</ul>\n\t</div>\n\t<?php\n}\n\n/**\n * The mynote Post thumbnail.\n */\nfunction mynote_post_thumbnail() {\n\t$size = 'mynote-thumbnail';\n\n\tif ( is_home() || is_front_page() ) {\n\t\tif ( '2' === get_theme_mod( 'layout_cols_per_row_home' ) ) {\n\t\t\t$size = 'mynote-medium';\n\t\t}\n\t\tif ( '1' === get_theme_mod( 'layout_cols_per_row_home' ) ) {\n\t\t\t$size = 'post-large';\n\t\t}\n\t} else {\n\t\tif ( '2' === get_theme_mod( 'layout_cols_per_row_archive' ) ) {\n\t\t\t$size = 'mynote-medium';\n\t\t}\n\t\tif ( '1' === get_theme_mod( 'layout_cols_per_row_archive' ) ) {\n\t\t\t$size = 'post-large';\n\t\t}\n\t}\n\n\tthe_post_thumbnail(\n\t\t$size,\n\t\tarray(\n\t\t\t'class' => 'card-img-top',\n\t\t\t'alt'   => get_the_title(),\n\t\t)\n\t);\n}\n\n/**\n * Mynote - Bootstrap 4 Pagination\n *\n * @param integer $range - range of pagination to show previous and next pages.\n * @return void\n */\nfunction mynote_pagination( $range = 1 ) {\n\tglobal $wp_query, $paged;\n\n\tif ( get_query_var( 'paged' ) ) {\n\t\t$paged = get_query_var( 'paged' );\n\t} elseif ( get_query_var( 'page' ) ) {\n\t\t$paged = get_query_var( 'page' );\n\t} else {\n\t\t$paged = 1;\n\t}\n\n\t$current = (int) $paged;\n\t$pages   = (int) $wp_query->max_num_pages;\n\n\t// $pagi_items = ( $range * 2 ) + 1;\n\t$pagi_items = (int) $range;\n\n\tif ( empty( $pages ) ) {\n\t\t$pages = $wp_query->max_num_pages;\n\n\t\tif ( empty( $pages ) ) {\n\t\t\t$pages = 1;\n\t\t}\n\t}\n\n\tif ( 0 === $current ) {\n\t\t$current = 1;\n\t}\n\n\tif ( 1 !== $pages ) {\n\t\t?>\n\n\t\t<nav aria-label=\"Page navigation\" role=\"navigation\">\n\t\t\t<span class=\"sr-only\"><?php esc_html_e( 'Page navigation', 'mynote' ); ?></span>\n\t\t\t<ul class=\"pagination justify-content-center ft-wpbs\">\n\n\t\t\t\t<li class=\"page-item disabled hidden-md-down d-none d-lg-block\">\n\t\t\t\t\t<span class=\"page-link\"><?php echo esc_html( $current ); ?> / <?php echo esc_html( $pages ); ?></span>\n\t\t\t\t</li>\n\n\t\t\t\t<?php if ( $current > 2 && $current > $range + 1 && $pagi_items < $pages ) : ?>\n\n\t\t\t\t<li class=\"page-item\">\n\t\t\t\t\t<a class=\"page-link\" href=\"<?php echo esc_url( get_pagenum_link( 1 ) ); ?>\" aria-label=\"<?php esc_attr_e( 'First Page', 'mynote' ); ?>\">\n\t\t\t\t\t\t&laquo;<span class=\"hidden-sm-down d-none d-md-inline-block\">&nbsp;<?php esc_html_e( 'First', 'mynote' ); ?></span>\n\t\t\t\t\t</a>\n\t\t\t\t</li>\n\t\t\t\t<?php endif; ?>\n\n\t\t\t\t<?php if ( $current > 1 && $pagi_items < $pages ) : ?>\n\t\t\t\t\t<li class=\"page-item\">\n\t\t\t\t\t\t<a class=\"page-link\" href=\"<?php echo esc_url( get_pagenum_link( $current - 1 ) ); ?>\" aria-label=\"<?php esc_attr_e( 'Previous Page', 'mynote' ); ?>\">\n\t\t\t\t\t\t\t&lsaquo;<span class=\"hidden-sm-down d-none d-md-inline-block\">&nbsp;<?php esc_html_e( 'Previous', 'mynote' ); ?></span>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n\t\t\t\t<?php endif; ?>\n\n\t\t\t\t<?php for ( $i = 1; $i <= $pages; $i++ ) : ?>\n\t\t\t\t\t<?php if ( 1 !== $pages && ( ! ( $i >= $current + $range + 1 || $i <= ( $current - $range ) - 1 ) || $pages <= $pagi_items ) ) : ?>\n\t\t\t\t\t\t<?php if ( $current === $i ) : ?>\n\t\t\t\t\t\t\t<li class=\"page-item active\">\n\t\t\t\t\t\t\t\t<span class=\"page-link\">\n\t\t\t\t\t\t\t\t\t<span class=\"sr-only\"><?php esc_html_e( 'Current Page', 'mynote' ); ?></span>\n\t\t\t\t\t\t\t\t\t<?php echo esc_html( $i ); ?>\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<?php else : ?>\n\t\t\t\t\t\t\t<li class=\"page-item\">\n\t\t\t\t\t\t\t\t<a class=\"page-link\" href=\"<?php echo esc_url( get_pagenum_link( $i ) ); ?>\">\n\t\t\t\t\t\t\t\t\t<span class=\"sr-only\"><?php esc_html_e( 'Page', 'mynote' ); ?></span>\n\t\t\t\t\t\t\t\t\t<?php echo esc_html( $i ); ?>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t<?php endif; ?>\n\t\t\t\t\t<?php endif; ?>\n\t\t\t\t<?php endfor; ?>\n\n\t\t\t\t<?php if ( $current < $pages && $pagi_items < $pages ) : ?>\n\t\t\t\t\t<li class=\"page-item\">\n\t\t\t\t\t\t<a class=\"page-link\" href=\"<?php echo esc_url( get_pagenum_link( $current + 1 ) ); ?>\" aria-label=\"<?php esc_attr_e( 'Next Page', 'mynote' ); ?>\">\n\t\t\t\t\t\t\t<span class=\"hidden-sm-down d-none d-md-inline-block\"><?php esc_html_e( 'Next', 'mynote' ); ?>&nbsp;</span>&rsaquo;\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n\t\t\t\t<?php endif; ?>\n\n\t\t\t\t<?php if ( $current < $pages - 1 && $current + $range - 1 < $pages && $pagi_items < $pages ) : ?>\n\t\t\t\t\t<li class=\"page-item\">\n\t\t\t\t\t\t<a class=\"page-link\" href=\"<?php echo esc_url( get_pagenum_link( $pages ) ); ?>\" aria-label=\"<?php esc_attr_e( 'Last Page', 'mynote' ); ?>\">\n\t\t\t\t\t\t\t<span class=\"hidden-sm-down d-none d-md-inline-block\"><?php esc_html_e( 'Last', 'mynote' ); ?>&nbsp;</span>&raquo;\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</li>\n\t\t\t\t<?php endif; ?>\n\t\t\t</ul>\n\t\t</nav>\n\n\t\t<?php\n\t}\n}\n\n/**\n * Get the excerpt.\n *\n * @return void\n */\nfunction mynote_excerpt() {\n\tglobal $post;\n\n\t$output = get_the_excerpt();\n\t$output = apply_filters( 'wptexturize', $output );\n\t$output = apply_filters( 'convert_chars', $output );\n\techo $output;\n}\n\n/**\n * Is text fade out or not. (post list)\n *\n * @return bool\n */\nfunction mynote_is_text_fade_out() {\n\t$setting = get_theme_mod( 'post_card_show_gradient_mask' );\n\tif ( ! mynote_toggle_check( $setting ) ) {\n\t\treturn false;\n\t}\n\treturn true;\n}\n\n/**\n * Show title progress bar.\n *\n * @return void\n */\nfunction mynote_title_progress_bar() {\n\t?>\n\t\t<div class=\"single-post-title-bar clear\" role=\"banner\">\n\t\t\t<div class=\"container\">\n\t\t\t\t<nav class=\"navbar navbar-expand-lg navbar-dark\" role=\"navigation\">\n\t\t\t\t\t<div id=\"progress-title\"></div>\n\t\t\t\t</nav>\n\t\t\t</div>\n\t\t\t<div class=\"progress-wrapper\">\n\t\t\t\t<div class=\"progress-label\"></div>\n\t\t\t\t<progress></progress>\n\t\t\t</div>\n\t\t</div>\n\t<?php\n}\n\n/**\n * Get article schemal.\n *\n * @param string $schema Article type.\n * @return void\n */\nfunction mynote_article_schema( $schema = '' ) {\n\n\tswitch ( $schema ) {\n\t\tcase 'tech':\n\t\t\t$schema = 'TechArticle';\n\t\t\tbreak;\n\t\tcase 'news':\n\t\t\t$schema = 'NewsArticle';\n\t\t\tbreak;\n\t\tcase 'scholarly':\n\t\t\t$schema = 'ScholarlyArticles';\n\t\t\tbreak;\n\t\tcase 'product':\n\t\t\t$schema = 'Product';\n\t\t\tbreak;\n\t\tdefault:\n\t\t\t$schema = 'Article';\n\t}\n\techo esc_url( 'http://schema.org/' . $schema );\n}\n\n/**\n * Custom edit button with GitHub style.\n *\n * @return void\n */\nif ( ! function_exists( 'mynote_edit_button' ) ) {\n\tfunction mynote_edit_button() {\n\t\tglobal $post;\n\n\t\tif ( ! current_user_can( 'edit_post', $post->ID ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\techo '\n\t\t\t<a href=\"' . esc_url( get_edit_post_link() ) . '\" class=\"button-like-link\">\n\t\t\t\t<div class=\"btn-counter text-only\">\t\t\n\t\t\t\t\t<div class=\"btn\">' . esc_html__( 'Edit', 'mynote' ) . '</div>\n\t\t\t\t</div>\n\t\t\t</a>\n\t\t';\n\t}\n}\n\n/**\n * Adjust columns.\n *\n * @return void\n */\nfunction mynote_column_control_button() {\n\t?>\n\t\t<div class=\"btn-group column-control\">\n\t\t\t<div class=\"btn-counter text-only active\" data-target=\"#aside-container\" role=\"button\">\t\t\n\t\t\t\t<div class=\"btn\"><i class=\"fas fa-columns\"></i></div>\n\t\t\t</div>\n\t\t\t<div class=\"btn-counter text-only\" data-target=\"#sidebar\" role=\"button\">\t\t\n\t\t\t\t<div class=\"btn\"><i class=\"fas fa-list-ul\"></i></div>\n\t\t\t</div> \n\t\t</div>\n\t<?php\n}\n\n/**\n * The comment button.\n *\n * @param bool $show_label Display label.\n * @return void\n */\nif ( ! function_exists( 'mynote_comment_button' ) ) {\n\tfunction mynote_comment_button( $show_label = false ) {\n\t\tif ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) {\n\t\t\treturn;\n\t\t}\n\n\t\techo '\n\t\t\t<a href=\"' . esc_url( get_the_permalink() ) . '#comments\" class=\"button-like-link\">\n\t\t\t\t<div class=\"btn-counter\">\n\t\t\t\t\t<div class=\"btn\">\n\t\t\t\t\t\t' . ( ( $show_label ) ? '<i class=\"fas fa-comment-dots\"></i> ' . esc_html__( 'Comment', 'mynote' ) : '<i class=\"fas fa-comment-dots\"></i>' ) . '\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"count-box\">' . esc_html( get_comments_number() ) . '</div>\n\t\t\t\t</div>\n\t\t\t</a>\n\t\t';\n\t}\n}\n\n\n/**\n * The Mynote button.\n *\n * @return void\n */\nif ( ! function_exists( 'mynote_read_button' ) ) {\n\tfunction mynote_read_button() {\n\t\techo '\n\t\t\t<a href=\"' . esc_url( get_the_permalink() ) . '\" class=\"button-like-link\">\n\t\t\t\t<div class=\"btn-counter text-only\">\t\t\n\t\t\t\t\t<div class=\"btn\">' . esc_html__( 'Read', 'mynote' ) . '</div>\n\t\t\t\t</div>\n\t\t\t</a>\n\t\t';\n\t}\n}\n\n/**\n * Post figure.\n *\n * @return void\n */\nfunction mynote_post_figure() {\n\t$thumbnail_caption = get_the_post_thumbnail_caption();\n\t?>\n\t\t<figure>\n\t\t\t<?php\n\t\t\t\tthe_post_thumbnail(\n\t\t\t\t\t'',\n\t\t\t\t\tarray(\n\t\t\t\t\t\t'itemprop' => 'image',\n\t\t\t\t\t\t'alt'      => esc_attr( $thumbnail_caption ),\n\t\t\t\t\t)\n\t\t\t\t);\n\t\t\t?>\n\t\t\t<figcaption><?php echo esc_html( $thumbnail_caption ); ?></figcaption>\n\t\t</figure>\n\t<?php\n}\n\n/**\n * The posted date button.\n *\n * @param bool $show_label Show text label or not.\n * @return void\n */\nfunction mynote_posted_date_button( $show_label = false ) {\n\techo '\n\t\t<div class=\"btn-counter\">\n\t\t\t<div class=\"btn\">\n\t\t\t\t<i class=\"far fa-calendar-alt\"></i> ' . ( ( $show_label ) ? esc_html__( 'Date', 'mynote' ) : '' ) . '\n\t\t\t</div>\n\t\t\t<div class=\"count-box\">' . wp_date( 'Y-m-d', get_the_time( 'U' ) ) . '</div>\n\t\t</div>\n\t';\n}\n\n/**\n * The authour posted date.\n *\n * @param bool $show_avatar Show author avatar.\n * @param int  $avatar_size Avatar size.\n * @return void\n */\nif ( ! function_exists( 'mynote_author_posted_date' ) ) {\n\tfunction mynote_author_posted_date( $show_avatar = false, $avatar_size = 40 ) {\n\t\techo '<div class=\"author-posted-date\">';\n\n\t\tif ( $show_avatar ) {\n\t\t\techo '<img src=\"' . esc_url( get_avatar_url( get_the_author_meta( 'ID' ), array( 'size' => $avatar_size ) ) ) . '\" class=\"rounded-circle poster-avatar\" align=\"middle\"> ';\n\t\t}\n\n\t\tprintf(\n\t\t\t'<a href=\"%1$s\" title=\"written %2$s\" class=\"author-link\">%3$s</a> <time itemprop=\"datePublished\" datetime=\"%4$s\">%5$s</time>',\n\t\t\tesc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),\n\t\t\tsprintf(\n\t\t\t\t// translators: %1$s: date, %2$s: time.\n\t\t\t\tesc_html__( '%1$s @ %2$s', 'mynote' ),\n\t\t\t\tesc_html( get_the_date() ),\n\t\t\t\tesc_attr( get_the_time() )\n\t\t\t),\n\t\t\tget_the_author(),\n\t\t\tget_the_time( 'c' ),\n\t\t\tsprintf(\n\t\t\t\t// translators: %s: human-readable time difference.\n\t\t\t\t_x( 'written %s ago', '%s', 'mynote' ),\n\t\t\t\thuman_time_diff( get_the_time( 'U' ), current_time( 'timestamp' ) )\n\t\t\t)\n\t\t);\n\n\t\techo '</div>';\n\t}\n}\n\n/**\n * Site icon.\n *\n * @return string Icon Url\n */\nfunction mynote_site_icon() {\n\t$fallback_url = '';\n\n\tif ( version_compare( $GLOBALS['wp_version'], '4.3', '>' ) ) {\n\t\treturn esc_url( get_site_icon_url( '32', $fallback_url ) );\n\t}\n\treturn '';\n}\n\n/**\n * Site logo.\n *\n * Mynote dosn't use the_custom_logo(), the reason is because it supports 4.5 or up.\n * I hope even lower version of WordPress is able to use this theme as well.\n *\n * @return string Logo Url\n */\nfunction mynote_site_logo() {\n\t$custom_logo_id = get_theme_mod( 'custom_logo' );\n\t$logo           = wp_get_attachment_image_src( $custom_logo_id, 'full' );\n\n\tif ( ! empty( $logo ) ) {\n\t\treturn esc_url( $logo[0] );\n\t}\n\treturn '';\n}\n\nif ( ! function_exists( 'mynote_author_card' ) ) {\n\t/**\n\t * The author card.\n\t *\n\t * @param integer $avatar_size The avatar size.\n\t * @param string  $icon_size   The social icon size. sm: 24px. md: 32px. lg: 48px. xl: 64px.\n\t *\n\t * @return void\n\t */\n\tfunction mynote_author_card( $avatar_size = 96, $icon_size = 'sm' ) {\n\t\t$description = get_the_author_meta( 'description' );\n\t\t?>\n\t\t\t<h3 class=\"section-title\"><?php esc_html_e( 'Author', 'mynote' ); ?></h3>\n\t\t\t<aside class=\"author-card\" itemscope itemprop=\"author\" itemtype=\"http://schema.org/Person\">\n\t\t\t\t<div class=\"author-avatar\">\n\t\t\t\t\t<img src=\"<?php echo esc_url( get_avatar_url( get_the_author_meta( 'ID' ), array( 'size' => $avatar_size ) ) ); ?>\" class=\"rounded-circle\" itemprop=\"image\">\n\t\t\t\t</div>\n\t\t\t\t<div class=\"author-info\">\n\t\t\t\t\t<div class=\"author-title\">\n\t\t\t\t\t\t<a href=\"<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>\" itemprop=\"name\">\n\t\t\t\t\t\t\t<?php echo esc_html( get_the_author_meta( 'display_name' ) ); ?>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div class=\"author-description\" itemprop=\"description\">  \n\t\t\t\t\t\t<?php echo $description; ?>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</aside>\n\t\t<?php\n\t}\n}\n/**\n * Bootstrap 4 styled category buttons.\n */\nfunction mynote_category() {\n\t$categories = get_the_category();\n\n\tforeach ( $categories as $category ) {\n\t\techo '<a class=\"btn btn-xs btn-green\" href=\"' . esc_url( get_category_link( $category->term_id ) ) . '\"><i class=\"fas fa-star\"></i>' . esc_html( $category->cat_name ) . '</a>';\n\t}\n}\n\n/**\n * Show category labels on homepage.\n * Parent only.\n *\n * @return void\n */\nfunction mynote_category_labels() {\n\t$categories = get_categories();\n\n\t$i = 0;\n\tforeach ( $categories as $cat ) {\n\t\tif ( ! empty( $cat->parent ) ) {\n\t\t\t// Only shows parent catrgories.\n\t\t\tcontinue;\n\t\t}\n\t\techo '<a href=\"' . esc_url( get_term_link( $cat->slug, 'category' ) ) . '\" class=\"x-label x-label-' . $i . '\">' . esc_html( $cat->name ) . '</a>';\n\t\tif ( 10 === ++$i ) {\n\t\t\t$i = 0;\n\t\t}\n\t}\n}\n\n/**\n * Display site information on bottom of page.\n *\n * @return void\n */\nif ( ! function_exists( 'mynote_site_info' ) ) {\n\tfunction mynote_site_info() {\n\t\techo esc_html__( 'Copyright', 'mynote' ) . ' &copy; ' . wp_date( 'Y' ) . ' <strong><a href=\"' . esc_url( get_site_url() ) . '\">' . get_bloginfo( 'name' ) . '</a></strong>. ' . esc_html__( 'All rights reserved.', 'mynote' ) . ' ';\n\n\t\t// Keeping the theme credit link encourages me to improve this theme better. Thank you.\n\t\t$theme_link = 'https://terryl.in/';\n\t\techo esc_html__( 'Theme by', 'mynote' ) . ' <a href=\"' . esc_url( $theme_link ) . '\" target=\"_blank\">' . esc_html__( 'Mynote', 'mynote' ) . '</a>. ';\n\t}\n}\n\n/**\n * Breadcrumb for single post.\n *\n * @return void\n */\nfunction mynote_post_breadcrumb() {\n\tglobal $post;\n\n\tif ( mynote_is_post_breadcrumb() && is_singular() ) {\n\t\t$categories = get_the_category( $post->ID );\n\n\t\t$is_first_cat = false;\n\t\tforeach ( $categories as $cat ) {\n\t\t\tif ( empty( $cat->parent ) && ! $is_first_cat ) {\n\t\t\t\t$is_first_cat = true;\n\t\t\t\t$first_cat    = $cat;\n\t\t\t}\n\t\t}\n\t\t// Looking for child category.\n\t\t$is_child_cat = false;\n\t\tforeach ( $categories as $cat ) {\n\t\t\tif ( $cat->category_parent === $first_cat->cat_ID && ! $is_child_cat ) {\n\t\t\t\t$is_child_cat = true;\n\t\t\t\t$child_cat    = $cat;\n\t\t\t}\n\t\t}\n\t\t$pos = 1;\n\n\t\t?>\n\t\t<nav class=\"breadcrumb\">\n\t\t\t<div class=\"container\">\n\t\t\t\t<ul class=\"breadcrumb\" itemscope itemtype=\"http://schema.org/BreadcrumbList\">\n\t\t\t\t\t<li class=\"breadcrumb-item\" itemprop=\"itemListElement\" itemscope itemtype=\"http://schema.org/ListItem\">\n\t\t\t\t\t\t<a href=\"<?php echo esc_url( get_home_url() ); ?>\" itemprop=\"item\">\n\t\t\t\t\t\t\t<span itemprop=\"name\"><i class=\"fas fa-globe\"></i><span class=\"sr-only\"><?php esc_html_e( 'Home', 'mynote' ); ?></span></span>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t\t<meta itemprop=\"position\" content=\"<?php echo $pos++; ?>\">\n\t\t\t\t\t</li>\n\t\t\t\t\t<?php if ( ! empty( $first_cat ) ) : ?>\n\t\t\t\t\t<li class=\"breadcrumb-item\" itemprop=\"itemListElement\" itemscope itemtype=\"http://schema.org/ListItem\">\n\t\t\t\t\t\t<a href=\"<?php echo esc_url( get_term_link( $first_cat->slug, 'category' ) ); ?>\" itemprop=\"item\">\n\t\t\t\t\t\t\t<span itemprop=\"name\"><?php echo esc_html( $first_cat->name ); ?></span>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t\t<meta itemprop=\"position\" content=\"<?php echo $pos++; ?>\">\n\t\t\t\t\t</li>\n\t\t\t\t\t<?php endif; ?>\n\t\t\t\t\t<?php if ( ! empty( $child_cat ) ) : ?>\n\t\t\t\t\t<li class=\"breadcrumb-item\" itemprop=\"itemListElement\" itemscope itemtype=\"http://schema.org/ListItem\">\n\t\t\t\t\t\t<a class=\"breadcrumb-item\" href=\"<?php echo esc_url( get_term_link( $child_cat->slug, 'category' ) ); ?>\" itemprop=\"item\">\n\t\t\t\t\t\t\t<span itemprop=\"name\"><?php echo esc_html( $child_cat->name ); ?></span>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t\t<meta itemprop=\"position\" content=\"<?php echo $pos++; ?>\">\n\t\t\t\t\t</li>\n\t\t\t\t\t<?php endif; ?>\n\t\t\t\t\t<li class=\"breadcrumb-item active\" itemprop=\"itemListElement\" itemscope itemtype=\"http://schema.org/ListItem\">\n\t\t\t\t\t\t<span itemprop=\"name\"><?php the_title(); ?></span>\n\t\t\t\t\t\t<meta itemprop=\"item\" content=\"<?php echo esc_url( get_permalink( $post->ID ) ); ?>\">\n\t\t\t\t\t\t<meta itemprop=\"position\" content=\"<?php echo $pos++; ?>\">\n\t\t\t\t\t</li>\n\t\t\t\t</ul>\n\t\t\t</div>\n\t\t</nav>\n\t\t<?php\n\t}\n}\n\n/**\n * Return CSS class string for main container section.\n *\n * @return string\n */\nfunction mynote_main_container_css() {\n\t$css_class_string = 'col-lg-12 col-md-12 col-sm-12';\n\n\tif ( is_home() || is_front_page() ) {\n\t\tif ( is_active_sidebar( 'sidebar-6' ) ) {\n\t\t\t$css_class_string = 'col-lg-8 col-md-8 col-sm-12';\n\t\t}\n\t} elseif ( is_single() ) {\n\t\tif ( is_active_sidebar( 'sidebar-1' ) || is_active_sidebar( 'sidebar-3' ) ) {\n\t\t\t$css_class_string = 'col-lg-8 col-md-8 col-sm-12';\n\t\t}\n\t} else {\n\t\tif ( is_active_sidebar( 'sidebar-7' ) ) {\n\t\t\t$css_class_string = 'col-lg-8 col-md-8 col-sm-12';\n\t\t}\n\t}\n\techo $css_class_string;\n}\n\n/**\n * Check if sidebar exists on current page.\n *\n * @return bool\n */\nfunction mynote_is_sidebar() {\n\t$is_sidebar = false;\n\n\tif ( is_home() || is_front_page() ) {\n\t\tif ( is_active_sidebar( 'sidebar-6' ) ) {\n\t\t\t$is_sidebar = true;\n\t\t}\n\t} elseif ( is_single() ) {\n\t\tif ( is_active_sidebar( 'sidebar-1' ) || is_active_sidebar( 'sidebar-3' ) ) {\n\t\t\t$is_sidebar = true;\n\t\t}\n\t} else {\n\t\tif ( is_active_sidebar( 'sidebar-7' ) ) {\n\t\t\t$is_sidebar = true;\n\t\t}\n\t}\n\treturn $is_sidebar;\n}\n\n/**\n * Output CSS class string.\n *\n * @return string\n */\nfunction mynote_layout_columns() {\n\t$css_class_string = 'col-sm-4';\n\n\tif ( is_home() || is_front_page() ) {\n\t\tif ( '2' === get_theme_mod( 'layout_cols_per_row_home' ) ) {\n\t\t\t$css_class_string = 'col-sm-6';\n\t\t}\n\t\tif ( '1' === get_theme_mod( 'layout_cols_per_row_home' ) ) {\n\t\t\t$css_class_string = 'col-sm-12';\n\t\t}\n\t} else {\n\t\tif ( '2' === get_theme_mod( 'layout_cols_per_row_archive' ) ) {\n\t\t\t$css_class_string = 'col-sm-6';\n\t\t}\n\t\tif ( '1' === get_theme_mod( 'layout_cols_per_row_archive' ) ) {\n\t\t\t$css_class_string = 'col-sm-12';\n\t\t}\n\t}\n\techo $css_class_string;\n}\n\n/**\n * Show post card footer?\n *\n * @return bool\n */\nfunction mynote_is_post_card_footer() {\n\t$setting = get_theme_mod( 'post_card_show_footer' );\n\tif ( ! mynote_toggle_check( $setting ) ) {\n\t\treturn false;\n\t}\n\treturn true;\n}\n\n/**\n * Show post card body footer?\n *\n * @return bool\n */\nfunction mynote_is_post_card_body_footer() {\n\t$setting = get_theme_mod( 'post_card_show_body_footer' );\n\tif ( ! mynote_toggle_check( $setting ) ) {\n\t\treturn false;\n\t}\n\treturn true;\n}\n\n/**\n * Show post card header?\n * Post thumbnail is in this section.\n *\n * @return bool\n */\nfunction mynote_is_post_card_header() {\n\t$setting = get_theme_mod( 'post_card_show_header' );\n\n\tif ( ! mynote_toggle_check( $setting ) ) {\n\t\treturn false;\n\t}\n\treturn true;\n}\n\n/**\n * Show breadcrumb in post page?\n *\n * @return bool\n */\nfunction mynote_is_post_breadcrumb() {\n\t$setting = get_theme_mod( 'post_page_show_breadcrumb' );\n\tif ( ! mynote_toggle_check( $setting ) ) {\n\t\treturn false;\n\t}\n\treturn true;\n}\n\n/**\n * Show post author and post date in post page?\n *\n * @return bool\n */\nfunction mynote_is_post_author_date() {\n\t$setting = get_theme_mod( 'post_page_show_author_date' );\n\tif ( ! mynote_toggle_check( $setting ) ) {\n\t\treturn false;\n\t}\n\treturn true;\n}\n\n/**\n * Show featured image in post page?\n *\n * @return bool\n */\nfunction mynote_is_post_featured_image() {\n\t$setting = get_theme_mod( 'post_page_show_feature_image' );\n\tif ( ! mynote_toggle_check( $setting ) ) {\n\t\treturn false;\n\t}\n\treturn true;\n}\n\n/**\n * Show author card in post page?\n *\n * @return bool\n */\nfunction mynote_is_post_author_card() {\n\t$setting = get_theme_mod( 'post_page_show_author_card' );\n\tif ( ! mynote_toggle_check( $setting ) ) {\n\t\treturn false;\n\t}\n\treturn true;\n}\n\n/**\n * Show comment section in post page?\n *\n * @return bool\n */\nfunction mynote_is_post_comment_section() {\n\t$setting = get_theme_mod( 'post_page_show_comments' );\n\n\tif ( ! mynote_toggle_check( $setting ) ) {\n\t\treturn false;\n\t}\n\treturn true;\n}\n\n/**\n * Is responsive website?\n *\n * @return bool\n */\nfunction mynote_is_responsive() {\n\t$setting = get_theme_mod( 'is_responsive_website' );\n\tif ( ! mynote_toggle_check( $setting ) ) {\n\t\treturn false;\n\t}\n\treturn true;\n}\n\n/**\n * Get body class\n *\n * @return string\n */\nfunction mynote_body_class() {\n\t$addon_body_class = '';\n\n\tif ( '' !== mynote_site_icon() ) {\n\t\t$addon_body_class .= 'has-site-icon';\n\t}\n\n\tif ( '' !== mynote_site_logo() ) {\n\t\tif ( ! empty( $addon_body_class ) ) {\n\t\t\t$addon_body_class .= ' ';\n\t\t}\n\t\t$addon_body_class .= 'has-site-logo';\n\t}\n\treturn $addon_body_class;\n}\n"
  },
  {
    "path": "index.php",
    "content": "<?php\n/**\n * The main template file\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\nget_header();\n\n?>\n\n<div class=\"data-schema\">\n\t<main role=\"main\" class=\"main-header \n\t<?php\n\tif ( has_header_image() ) {\n\t\techo 'has-custom-header';}\n\t?>\n\t\">\n\n\t\t<?php\n\t\t\t/**\n\t\t\t * Hook: mynote_homepage_promotion\n\t\t\t *\n\t\t\t * @hooked mynote_homepage_promotion - 10\n\t\t\t */\n\t\t\tdo_action( 'mynote_homepage_promotion' );\n\t\t?>\n\n\t\t<div class=\"container\">\n\t\t\t<div class=\"row row-layout-choice-home\">\n\n\t\t\t\t<section id=\"main-container\" class=\"<?php echo esc_attr( mynote_main_container_css() ); ?>\">\n\n\t\t\t\t\t<?php\n\t\t\t\t\tif ( have_posts() ) {\n\t\t\t\t\t\tget_template_part( 'template-parts/loop' );\n\t\t\t\t\t\tget_template_part( 'template-parts/pagination' );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tget_template_part( 'template-parts/content', 'none' );\n\t\t\t\t\t}\n\t\t\t\t\t?>\n\n\t\t\t\t</section>\n\n\t\t\t\t<?php\n\t\t\t\t\t/**\n\t\t\t\t\t * Hook: mynote_homepage_sidebar\n\t\t\t\t\t *\n\t\t\t\t\t * @hooked mynote_homepage_sidebar - 10\n\t\t\t\t\t */\n\t\t\t\t\tdo_action( 'mynote_homepage_sidebar' );\n\t\t\t\t?>\n\n\t\t\t</div>\n\t\t</div>\n\t</main>\n\n\t<br class=\"clearfix\" />\n\n\t<?php\n\t\t/**\n\t\t * Hook: mynote_homepage_middle_sidebar\n\t\t *\n\t\t * @hooked mynote_homepage_middle_sidebar - 10\n\t\t */\n\t\tdo_action( 'mynote_homepage_middle_sidebar' );\n\t?>\n\n\t<br class=\"clearfix\" />\n\n</div>\n\n<?php\n\nget_footer();\n\n"
  },
  {
    "path": "languages/de_DE.po",
    "content": "msgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: Mynote\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2019-05-04 16:02+0000\\n\"\n\"PO-Revision-Date: 2019-07-13 17:32+0200\\n\"\n\"Language-Team: \\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Generator: Poedit 2.2.1\\n\"\n\"X-Loco-Version: 2.2.0; wp-5.1.1\\n\"\n\"Last-Translator: \\n\"\n\"Language: de_DE\\n\"\n\n#: inc/template-tags.php:434\n#, php-format\nmsgid \"%1$s @ %2$s\"\nmsgstr \"%1$s @ %2$s\"\n\n#: inc/template-tags.php:441\n#, php-format\nmsgctxt \"%s\"\nmsgid \"written %s ago\"\nmsgstr \"erstellte vor %s\"\n\n#: search.php:24\n#, php-format\nmsgid \"%s Search Results for %s\"\nmsgstr \"%s Suchergebnisse für %s\"\n\n#: inc/template-functions.php:148\nmsgid \"(Edit)\"\nmsgstr \"(Bearbeiten)\"\n\n#: inc/customer/about.php:50\nmsgid \"About\"\nmsgstr \"Über\"\n\n#: inc/customer/about.php:18\nmsgid \"About Mynote Theme\"\nmsgstr \"Über Mynote Theme\"\n\n#: functions.php:165\nmsgid \"Add widgets here to appear in your footer.\"\nmsgstr \"Füge Widgets zur Anzeige in der Fußleiste hier hinzu.\"\n\n#: functions.php:195\nmsgid \"Add widgets here to appear in your homepage intro section.\"\nmsgstr \"Füge Widgets zur Anzeige in der Introsektion hinzu.\"\n\n#: functions.php:185\nmsgid \"Add widgets here to appear in your homepage middle section.\"\nmsgstr \"Füge Widgets zur Anzeige in der Mittelsektion hinzu.\"\n\n#: functions.php:215\nmsgid \"Add widgets here to appear in your sidebar on archive pages.\"\nmsgstr \"Füge Widgets zur Anzeige in der Seitenleiste der Archivseiten hinzu.\"\n\n#: functions.php:175\nmsgid \"\"\n\"Add widgets here to appear in your sidebar on blog posts and archive pages.\"\nmsgstr \"\"\n\"Füge Widgets zur Anzeige in der Seitenleiste der Artikel- und Archivseiten \"\n\"hinzu.\"\n\n#: functions.php:155\nmsgid \"Add widgets here to appear in your sidebar on blog posts.\"\nmsgstr \"Füge Widgets zur Anzeige in der Seitenleiste der Artikelseiten hinzu.\"\n\n#: functions.php:205\nmsgid \"Add widgets here to appear in your sidebar on homepage.\"\nmsgstr \"Füge Widgets zur Anzeige in der Seitenleiste der Webseite hinzu.\"\n\n#: inc/customer/layout.php:160 inc/customer/layout.php:177\nmsgid \"Adjust the number of columns per row.\"\nmsgstr \"Anzahl der Spalten pro Zeile anpassen.\"\n\n#: inc/template-tags.php:551\nmsgid \"All rights reserved.\"\nmsgstr \"Alle Rechte vorbehalten.\"\n\n#: inc/customer/layout.php:41\nmsgid \"Archive\"\nmsgstr \"Archiv\"\n\n#: functions.php:213\nmsgid \"Archive Sidebar\"\nmsgstr \"Archiv Seitenleiste\"\n\n#: inc/customer/progress-bar.php:163\nmsgid \"As same as website menu\"\nmsgstr \"Wie das Webseiten-Menü\"\n\n#: inc/template-functions.php:189 inc/template-tags.php:493\nmsgid \"Author\"\nmsgstr \"Autor\"\n\n#: inc/customer/post-page.php:107\nmsgid \"Author Card\"\nmsgstr \"Autor Card\"\n\n#: inc/customer/navbar.php:135 inc/customer/navbar.php:170\n#: inc/customer/progress-bar.php:173\nmsgid \"Background Color\"\nmsgstr \"Hintergrundfarbe\"\n\n#: inc/customer/progress-bar.php:41\nmsgid \"Basic Settings\"\nmsgstr \"Grundeinstellungen\"\n\n#: inc/customer/post-card.php:84\nmsgid \"Border\"\nmsgstr \"Rahmen\"\n\n#: inc/customer/progress-bar.php:195\nmsgid \"Border Color\"\nmsgstr \"Rahmenfarbe\"\n\n#: inc/customer/post-page.php:77\nmsgid \"Breadcrumb\"\nmsgstr \"Breadcrumb\"\n\n#: inc/customer/progress-bar.php:160\nmsgid \"Choose a preferred color pattern and apply it to the progress bar.\"\nmsgstr \"Wähle ein bevorzugtes Farbschema für den Fortschrittsbalken.\"\n\n#: inc/customer/layout.php:210\nmsgid \"Choose a preferred icon size.\"\nmsgstr \"Wähle eine bevorzugte Icon-Größe.\"\n\n#: inc/customer/layout.php:128 inc/customer/layout.php:144\n#: inc/customer/layout.php:194\nmsgid \"Choose a preferred layout for desktop version.\"\nmsgstr \"Wähle ein bevorzugtes Layout für die Desktop-Version.\"\n\n#: inc/customer/layout.php:228\nmsgid \"Choose a preferred layout for footer section.\"\nmsgstr \"Wähle ein bevorzugtes Layout für die Fußzeile.\"\n\n#: inc/customer/progress-bar.php:51\nmsgid \"Color\"\nmsgstr \"Farbe\"\n\n#: inc/customer/progress-bar.php:156\nmsgid \"Color Pattern\"\nmsgstr \"Farbschema\"\n\n#: inc/customer/layout.php:156 inc/customer/layout.php:173\nmsgid \"Columns\"\nmsgstr \"Spalten\"\n\n#: inc/template-tags.php:358\nmsgid \"Comment\"\nmsgstr \"Kommentar\"\n\n#: inc/customer/post-page.php:117\nmsgid \"Comment Section\"\nmsgstr \"Kommentarsektion\"\n\n#. %s: days\n#: inc/template-functions.php:213\n#, php-format\nmsgid \"commented %s ago\"\nmsgstr \"kommentierte vor %s\"\n\n#: comments.php:44\nmsgid \"Comments\"\nmsgstr \"Kommentare\"\n\n#: comments.php:58\nmsgid \"Comments are closed.\"\nmsgstr \"Kommentarfunktion deaktiviert.\"\n\n#: inc/template-tags.php:551\nmsgid \"Copyright\"\nmsgstr \"Copyright\"\n\n#: inc/template-tags.php:194\nmsgid \"Current Page\"\nmsgstr \"Aktuelle Seite\"\n\n#: inc/customer/progress-bar.php:164\nmsgid \"Custom\"\nmsgstr \"Angepasst\"\n\n#: inc/customer/progress-bar.php:52\nmsgid \"Customize the color pattern of the page progress bar.\"\nmsgstr \"Passe das Farbschema des Fortschrittsbalkens an.\"\n\n#: inc/template-tags.php:411\nmsgid \"Date\"\nmsgstr \"Datum\"\n\n#: inc/customer/progress-bar.php:162\nmsgid \"Default\"\nmsgstr \"Standard\"\n\n#: inc/customer/navbar.php:202\nmsgid \"Display a Search Bar\"\nmsgstr \"Zeige Suchfunktion an\"\n\n#: inc/customer/progress-bar.php:145\nmsgid \"Display Percentage Number\"\nmsgstr \"Prozentzahl anzeigen\"\n\n#: inc/customer/progress-bar.php:134\nmsgid \"Display Progress Bar\"\nmsgstr \"Fortschrittsbalken anzeigen\"\n\n#: inc/template-tags.php:319\nmsgid \"Edit\"\nmsgstr \"Bearbeiten\"\n\n#: inc/template-functions.php:292\nmsgid \"Email\"\nmsgstr \"EMail\"\n\n#: inc/customer/layout.php:215\nmsgid \"Extra large - 64 x 64\"\nmsgstr \"Extra groß - 64 x 64\"\n\n#: inc/customer/post-page.php:97\nmsgid \"Featured Image\"\nmsgstr \"Vorgeschlagenes Bild\"\n\n#: inc/template-tags.php:176\nmsgid \"First\"\nmsgstr \"Erste\"\n\n#: inc/template-tags.php:175\nmsgid \"First Page\"\nmsgstr \"Erste Seite\"\n\n#: functions.php:163 inc/customer/layout.php:59 inc/customer/post-card.php:73\nmsgid \"Footer\"\nmsgstr \"Fußleiste\"\n\n#: inc/customer/layout.php:224\nmsgid \"Footer Location\"\nmsgstr \"Position der Fußleiste\"\n\n#: functions.php:140\nmsgid \"Footer Menu\"\nmsgstr \"Menü der Fußleiste\"\n\n#: inc/customer/post-card.php:62\nmsgid \"Header\"\nmsgstr \"Kopfleiste\"\n\n#: functions.php:138\nmsgid \"Header Menu\"\nmsgstr \"Menü der Kopfleiste\"\n\n#: inc/template-tags.php:90 inc/template-tags.php:592\nmsgid \"Home\"\nmsgstr \"Startseite\"\n\n#: inc/customer/layout.php:32 inc/customer/navbar.php:41\nmsgid \"Homepage\"\nmsgstr \"Webseite\"\n\n#: functions.php:193\nmsgid \"Homepage Intro\"\nmsgstr \"Intro der Webseite\"\n\n#: functions.php:183\nmsgid \"Homepage Middle\"\nmsgstr \"Mitte der Webseite\"\n\n#: functions.php:203\nmsgid \"Homepage Sidebar\"\nmsgstr \"Seitenbereich der Webseite\"\n\n#. Author URI of the theme\nmsgid \"https://terryl.in\"\nmsgstr \"https://terryl.in\"\n\n#. URI of the theme\nmsgid \"https://terryl.in/en/repository/mynote/\"\nmsgstr \"https://terryl.in/en/repository/mynote/\"\n\n#. Name of the template\nmsgid \"Landing page\"\nmsgstr \"Zielseite\"\n\n#. Name of the template\nmsgid \"Landing Page (full)\"\nmsgstr \"Zielseite (komplett)\"\n\n#. Name of the template\nmsgid \"Landing Page (simple)\"\nmsgstr \"Zielseite (vereinfacht)\"\n\n#: inc/customer/layout.php:214\nmsgid \"Large - 48 x 48\"\nmsgstr \"Groß - 48 x 48\"\n\n#: inc/template-tags.php:220\nmsgid \"Last\"\nmsgstr \"Letzte\"\n\n#: page.php:64 single-product.php:70 single.php:84\nmsgid \"Last modified: \"\nmsgstr \"Zuletzt bearbeitet: \"\n\n#: inc/template-tags.php:219\nmsgid \"Last Page\"\nmsgstr \"Letzte Seite\"\n\n#: inc/customer/layout.php:22\nmsgid \"Layout\"\nmsgstr \"Layout\"\n\n#: inc/customer/navbar.php:148 inc/customer/navbar.php:182\nmsgid \"Link Color\"\nmsgstr \"Farbe der Links\"\n\n#: inc/customer/navbar.php:159 inc/customer/navbar.php:192\nmsgid \"Link Hover Color\"\nmsgstr \"Farbe der Links beim Überfahren\"\n\n#: header.php:58\nmsgid \"Logo\"\nmsgstr \"Logo\"\n\n#: inc/customer/layout.php:213\nmsgid \"Medium - 40 x 40\"\nmsgstr \"Mittel - 40 x 40\"\n\n#. Name of the theme\n#: inc/template-tags.php:555\nmsgid \"Mynote\"\nmsgstr \"Mynote\"\n\n#: inc/customer/about.php:64\nmsgid \"\"\n\"Mynote is a responsive theme (RWD, responsive web design). However, if you \"\n\"would like to disable RWD, here it is.\"\nmsgstr \"\"\n\"Mynote ist eine responsive Vorlage (RWD responsive web design). Auf Wunsch \"\n\"kann diese Komponente aber auch deaktiviert werden.\"\n\n#. Description of the theme\nmsgid \"\"\n\"Mynote is a responsive, clean, Markdown friendly WordPress blog theme. It is \"\n\"based on Bootstrap 4 and Fontawesome 5. It is suitable for programming, \"\n\"business, technical, professional, niche and any kind of blogging sites. \"\n\"Mynote has landing-page templates so that can your highly customize your \"\n\"homepage, make your website unique and professional.\"\nmsgstr \"\"\n\"Mynote ist ein responsives, leichtes und Markdown-freundliches WordPress-\"\n\"Theme. Es basiert auf Bootstrap 4 und Fontawesome 5. Es eignet sich für \"\n\"Blogs über Programmierung, Business, Technik, professionelle Gestaltung und \"\n\"viele weitere Bereiche. Mynote hat eigene Zielseiten-Vorlagen, sodass du \"\n\"deine Webseite nach deinen Wünschen gestalten kannst.\"\n\n#: inc/customer/about.php:24\nmsgid \"\"\n\"Mynote is an open source project on GitHub, any suggestions to improve this \"\n\"theme are welcome. Please visit:\"\nmsgstr \"\"\n\"Mynote ist ein OpenSource-Projekt auf Github, Vorschläge zur Verbesserung \"\n\"des Themse sind willkommen. Bitte besuche:\"\n\n#: inc/template-functions.php:281\nmsgid \"Name\"\nmsgstr \"Name\"\n\n#: inc/customer/navbar.php:31\nmsgid \"Navbar\"\nmsgstr \"Navigationsleiste\"\n\n#: comments.php:53 inc/template-tags.php:212\nmsgid \"Next\"\nmsgstr \"Nächste\"\n\n#: inc/template-tags.php:211\nmsgid \"Next Page\"\nmsgstr \"Nächste Seite\"\n\n#: pagination.php:25\nmsgid \"Next page\"\nmsgstr \"Nächste Seite\"\n\n#: single-product.php:98 single.php:121\nmsgid \"Next Post\"\nmsgstr \"Nächster Artikel\"\n\n#: pagination.php:26 inc/template-tags.php:201\nmsgid \"Page\"\nmsgstr \"Seite\"\n\n#: inc/template-tags.php:165\nmsgid \"Page navigation\"\nmsgstr \"Seitennavigation\"\n\n#: 404.php:20\nmsgid \"Page not found\"\nmsgstr \"Seite nicht gefunden\"\n\n#: page.php:56 single-product.php:60 single.php:74\n#: template-parts/page/landing-page.php:66\nmsgid \"Pages:\"\nmsgstr \"Seiten:\"\n\n#: inc/template-functions.php:148\nmsgid \"Pingback:\"\nmsgstr \"Pingback:\"\n\n#: inc/customer/navbar.php:213\nmsgid \"Placeholder Color\"\nmsgstr \"Farbe der Platzhalter\"\n\n#: inc/customer/layout.php:50\nmsgid \"Post\"\nmsgstr \"Artikel\"\n\n#: inc/customer/post-page.php:87\nmsgid \"Post Author and Date\"\nmsgstr \"Artikelautor und Datum\"\n\n#: inc/customer/post-card.php:26\nmsgid \"Post Card\"\nmsgstr \"Artikelvorschau\"\n\n#: inc/customer/post-page.php:27\nmsgid \"Post Page\"\nmsgstr \"Artikelseite\"\n\n#: comments.php:52 inc/template-tags.php:184\nmsgid \"Previous\"\nmsgstr \"Vorherige\"\n\n#: inc/template-tags.php:183\nmsgid \"Previous Page\"\nmsgstr \"Vorherige Seite\"\n\n#: pagination.php:24\nmsgid \"Previous page\"\nmsgstr \"Vorherige Seite\"\n\n#: single-product.php:97 single.php:120\nmsgid \"Previous Post\"\nmsgstr \"Vorheriger Artikel\"\n\n#: inc/customer/progress-bar.php:32\nmsgid \"Progress Bar\"\nmsgstr \"Fortschrittsbalken\"\n\n#: inc/template-tags.php:375\nmsgid \"Read\"\nmsgstr \"Lesen\"\n\n#: inc/template-functions.php:76\nmsgid \"read more\"\nmsgstr \"weiterlesen\"\n\n#: 404.php:30\nmsgid \"Return home?\"\nmsgstr \"Zurück zur Startseite?\"\n\n#: inc/customer/about.php:61\nmsgid \"RWD\"\nmsgstr \"RWD\"\n\n#: inc/customer/homepage.php:31\nmsgid \"Scrolling down button\"\nmsgstr \"Herunterscrollen-Button\"\n\n#: inc/customer/navbar.php:59\nmsgid \"Search Bar\"\nmsgstr \"Suchleiste\"\n\n#: inc/template-functions.php:255\nmsgid \"Send\"\nmsgstr \"Senden\"\n\n#: functions.php:153\nmsgid \"Sidebar\"\nmsgstr \"Seitenleiste\"\n\n#: inc/customer/layout.php:124 inc/customer/layout.php:140\n#: inc/customer/layout.php:190\nmsgid \"Sidebar Location\"\nmsgstr \"Position der Seitenleiste\"\n\n#: functions.php:139\nmsgid \"Sidebar Menu\"\nmsgstr \"Menü der Seitenleiste\"\n\n#: inc/customer/layout.php:212\nmsgid \"Small - 32 x 32\"\nmsgstr \"Klein - 32 x 32\"\n\n#: inc/customer/layout.php:206\nmsgid \"Social Icon Size\"\nmsgstr \"Social Icon-Größe\"\n\n#: functions.php:141\nmsgid \"Social Links Menu\"\nmsgstr \"Social Links Menü\"\n\n#: loop.php:70 page.php:73 single-product.php:87 single.php:104\n#: template-parts/page/landing-page.php:76\nmsgid \"Sorry, nothing to display.\"\nmsgstr \"Entschuldigung, es wurde nichts gefunden.\"\n\n#: functions.php:173\nmsgid \"Sticky Sidebar\"\nmsgstr \"Angepinnte Seitenleiste\"\n\n#. Author of the theme\nmsgid \"Terry Lin\"\nmsgstr \"Terry Lin\"\n\n#: inc/customer/progress-bar.php:185\nmsgid \"Text Color\"\nmsgstr \"Textfarbe\"\n\n#: inc/customer/progress-bar.php:42\nmsgid \"The basic settings of the page progress bar.\"\nmsgstr \"Die Grundeinstellungen des Fortschrittsbalkens.\"\n\n#: 404.php:28\nmsgid \"The page you are looking for does not exist or it may have been moved.\"\nmsgstr \"Die Seite nach der du suchst existiert nicht oder wurde entfernt.\"\n\n#: inc/template-tags.php:555\nmsgid \"Theme by\"\nmsgstr \"Theme von\"\n\n#: inc/customer/navbar.php:136 inc/customer/navbar.php:149\n#: inc/customer/navbar.php:160\nmsgid \"This option is for homepage only.\"\nmsgstr \"Diese Einstellung ist nur für die Webseite.\"\n\n#: searchform.php:19\nmsgid \"To search, type and hit enter.\"\nmsgstr \"Suche ...\"\n\n#: header.php:72\nmsgid \"Toggle navigation\"\nmsgstr \"Navigation öffnen\"\n\n#: inc/template-functions.php:303 inc/customer/navbar.php:50\nmsgid \"Website\"\nmsgstr \"Webseite\"\n\n#: inc/customer/progress-bar.php:148\nmsgid \"Would you like to display a percentage number on the progress bar?\"\nmsgstr \"Soll der Fortschrittsbalken den Fortschritt in Prozent anzeigen?\"\n\n#: inc/customer/progress-bar.php:137\nmsgid \"Would you like to display a progress bar while reading?\"\nmsgstr \"Möchtest du einen Fortschrittsbalken während des Lesens anzeigen?\"\n\n#: inc/customer/navbar.php:205\nmsgid \"Would you like to display a search bar in header navbar area?\"\nmsgstr \"Möchtest du eine Suchleiste im Kopfbereich der Seite anzeigen?\"\n\n#: inc/customer/post-card.php:87\nmsgid \"Would you like to display the border of the post card?\"\nmsgstr \"Möchtest du einen Rahmen um die Autor Card anzeigen?\"\n\n#: inc/customer/post-card.php:76\nmsgid \"Would you like to display the footer of the post card?\"\nmsgstr \"Möchtest du eine Fußleiste bei der Autor Card anzeigen?\"\n\n#: inc/customer/post-card.php:65\nmsgid \"\"\n\"Would you like to display the header of the post card? (Post thumbnail is \"\n\"located on this section. Choosing `No` will hide it.)\"\nmsgstr \"Möchtest du eine Kopfleiste bei der Autor Card anzeigen?\"\n\n#: inc/customer/homepage.php:34\nmsgid \"Would you like to display the scrolling down button? (desktop version)\"\nmsgstr \"Möchtest du den Herunterscrollen-Button anzeigen? (Desktop-Version)\"\n\n#: inc/template-functions.php:256\nmsgid \"Write a Reply or Comment\"\nmsgstr \"Schreibe eine Antwort oder einen Kommentar\"\n\n#: inc/template-functions.php:223\nmsgid \"Your comment is awaiting moderation.\"\nmsgstr \"Dein Kommentar wartet auf Freigabe.\"\n\n#: inc/template-functions.php:262\nmsgid \"Your email address will not be published.\"\nmsgstr \"Deine EMail-Adresse wird nicht veröffentlicht.\"\n"
  },
  {
    "path": "languages/fr_FR.po",
    "content": "msgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: Mynote\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2019-05-04 16:02+0000\\n\"\n\"PO-Revision-Date: 2019-10-30 11:10+0100\\n\"\n\"Language-Team: \\n\"\n\"Plural-Forms: nplurals=2; plural=(n > 1);\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Generator: Poedit 2.2.4\\n\"\n\"X-Loco-Version: 2.2.0; wp-5.1.1\\n\"\n\"Last-Translator: \\n\"\n\"Language: fr\\n\"\n\n#: inc/template-tags.php:434\n#, php-format\nmsgid \"%1$s @ %2$s\"\nmsgstr \"%1$s @ %2$s\"\n\n#: inc/template-tags.php:441\n#, php-format\nmsgctxt \"%s\"\nmsgid \"written %s ago\"\nmsgstr \"écrit il y a %s\"\n\n#: search.php:24\n#, php-format\nmsgid \"%s Search Results for %s\"\nmsgstr \"%s Résultats de recherche pour %s\"\n\n#: inc/template-functions.php:148\nmsgid \"(Edit)\"\nmsgstr \"(Éditer)\"\n\n#: inc/customer/about.php:50\nmsgid \"About\"\nmsgstr \"À propos\"\n\n#: inc/customer/about.php:18\nmsgid \"About Mynote Theme\"\nmsgstr \"À propos du thème Mynote\"\n\n#: functions.php:165\nmsgid \"Add widgets here to appear in your footer.\"\nmsgstr \"Ajouter des widgets ici, ils apparaîtront dans le pied de page.\"\n\n#: functions.php:195\nmsgid \"Add widgets here to appear in your homepage intro section.\"\nmsgstr \"\"\n\"Ajouter des widgets ici, ils apparaîtront dans l’intro de la page principale.\"\n\n#: functions.php:185\nmsgid \"Add widgets here to appear in your homepage middle section.\"\nmsgstr \"\"\n\"Ajouter des widgets ici, ils apparaîtront au milieu de la page principale.\"\n\n#: functions.php:215\nmsgid \"Add widgets here to appear in your sidebar on archive pages.\"\nmsgstr \"\"\n\"Ajouter des widgets ici, ils apparaîtront dans la barre latérale des pages \"\n\"d’archive.\"\n\n#: functions.php:175\nmsgid \"\"\n\"Add widgets here to appear in your sidebar on blog posts and archive pages.\"\nmsgstr \"\"\n\"Ajouter des widgets ici, ils apparaîtront dans la barre latérale des pages \"\n\"d’archive et des articles de blog.\"\n\n#: functions.php:155\nmsgid \"Add widgets here to appear in your sidebar on blog posts.\"\nmsgstr \"\"\n\"Ajouter des widgets ici, ils apparaîtront dans la barre latérale des \"\n\"articles de blog.\"\n\n#: functions.php:205\nmsgid \"Add widgets here to appear in your sidebar on homepage.\"\nmsgstr \"\"\n\"Ajouter des widgets ici, ils apparaîtront dans la barre latérale de la page \"\n\"d’accueil.\"\n\n#: inc/customer/layout.php:160 inc/customer/layout.php:177\nmsgid \"Adjust the number of columns per row.\"\nmsgstr \"Ajuster le nombre de colonnes dans une ligne.\"\n\n#: inc/template-tags.php:551\nmsgid \"All rights reserved.\"\nmsgstr \"Tous droits réservés.\"\n\n#: inc/customer/layout.php:41\nmsgid \"Archive\"\nmsgstr \"Archives\"\n\n#: functions.php:213\nmsgid \"Archive Sidebar\"\nmsgstr \"Barre latérale des archives\"\n\n#: inc/customer/progress-bar.php:163\nmsgid \"As same as website menu\"\nmsgstr \"Le même menu que celui du site\"\n\n#: inc/template-functions.php:189 inc/template-tags.php:493\nmsgid \"Author\"\nmsgstr \"Auteur\"\n\n#: inc/customer/post-page.php:107\nmsgid \"Author Card\"\nmsgstr \"Carte de l’auteur\"\n\n#: inc/customer/navbar.php:135 inc/customer/navbar.php:170\n#: inc/customer/progress-bar.php:173\nmsgid \"Background Color\"\nmsgstr \"Couleur de fond\"\n\n#: inc/customer/progress-bar.php:41\nmsgid \"Basic Settings\"\nmsgstr \"Paramètres de base\"\n\n#: inc/customer/post-card.php:84\nmsgid \"Border\"\nmsgstr \"Bordure\"\n\n#: inc/customer/progress-bar.php:195\nmsgid \"Border Color\"\nmsgstr \"Couleur de bordure\"\n\n#: inc/customer/post-page.php:77\nmsgid \"Breadcrumb\"\nmsgstr \"Fil d’Ariane\"\n\n#: inc/customer/progress-bar.php:160\nmsgid \"Choose a preferred color pattern and apply it to the progress bar.\"\nmsgstr \"\"\n\"Choisir un jeu de couleurs préféré et l’appliquer le à la barre de \"\n\"progression.\"\n\n#: inc/customer/layout.php:210\nmsgid \"Choose a preferred icon size.\"\nmsgstr \"Choisir une taille d’icône préférée.\"\n\n#: inc/customer/layout.php:128 inc/customer/layout.php:144\n#: inc/customer/layout.php:194\nmsgid \"Choose a preferred layout for desktop version.\"\nmsgstr \"\"\n\"Choisir une mise en forme préférée pour la version ordinateur (desktop).\"\n\n#: inc/customer/layout.php:228\nmsgid \"Choose a preferred layout for footer section.\"\nmsgstr \"Choisir une mise en forme préférée le pied de page.\"\n\n#: inc/customer/progress-bar.php:51\nmsgid \"Color\"\nmsgstr \"Couleur\"\n\n#: inc/customer/progress-bar.php:156\nmsgid \"Color Pattern\"\nmsgstr \"Jeu de couleurs\"\n\n#: inc/customer/layout.php:156 inc/customer/layout.php:173\nmsgid \"Columns\"\nmsgstr \"Colonnes\"\n\n#: inc/template-tags.php:358\nmsgid \"Comment\"\nmsgstr \"Commentaire\"\n\n#: inc/customer/post-page.php:117\nmsgid \"Comment Section\"\nmsgstr \"Aire de commentaire\"\n\n#. %s: days\n#: inc/template-functions.php:213\n#, php-format\nmsgid \"commented %s ago\"\nmsgstr \"commenté il y a %s\"\n\n#: comments.php:44\nmsgid \"Comments\"\nmsgstr \"Commentaires\"\n\n#: comments.php:58\nmsgid \"Comments are closed.\"\nmsgstr \"Les commentaires sont fermés.\"\n\n#: inc/template-tags.php:551\nmsgid \"Copyright\"\nmsgstr \"Copyright\"\n\n#: inc/template-tags.php:194\nmsgid \"Current Page\"\nmsgstr \"Page actuelle\"\n\n#: inc/customer/progress-bar.php:164\nmsgid \"Custom\"\nmsgstr \"Modifié\"\n\n#: inc/customer/progress-bar.php:52\nmsgid \"Customize the color pattern of the page progress bar.\"\nmsgstr \"Modifier le jeu de couleurs de la barre de progression des pages.\"\n\n#: inc/template-tags.php:411\nmsgid \"Date\"\nmsgstr \"Date\"\n\n#: inc/customer/progress-bar.php:162\nmsgid \"Default\"\nmsgstr \"Défaut\"\n\n#: inc/customer/navbar.php:202\nmsgid \"Display a Search Bar\"\nmsgstr \"Afficher une barre de recherche\"\n\n#: inc/customer/progress-bar.php:145\nmsgid \"Display Percentage Number\"\nmsgstr \"Afficher le pourcentage de lecture\"\n\n#: inc/customer/progress-bar.php:134\nmsgid \"Display Progress Bar\"\nmsgstr \"Afficher la barre de progression\"\n\n#: inc/template-tags.php:319\nmsgid \"Edit\"\nmsgstr \"Éditer\"\n\n#: inc/template-functions.php:292\nmsgid \"Email\"\nmsgstr \"Courriel\"\n\n#: inc/customer/layout.php:215\nmsgid \"Extra large - 64 x 64\"\nmsgstr \"Très grand - 64 x 64\"\n\n#: inc/customer/post-page.php:97\nmsgid \"Featured Image\"\nmsgstr \"Image en avant\"\n\n#: inc/template-tags.php:176\nmsgid \"First\"\nmsgstr \"Premier\"\n\n#: inc/template-tags.php:175\nmsgid \"First Page\"\nmsgstr \"Première page\"\n\n#: functions.php:163 inc/customer/layout.php:59 inc/customer/post-card.php:73\nmsgid \"Footer\"\nmsgstr \"Pied de page\"\n\n#: inc/customer/layout.php:224\nmsgid \"Footer Location\"\nmsgstr \"Position du pied de page\"\n\n#: functions.php:140\nmsgid \"Footer Menu\"\nmsgstr \"Menu du pied de page\"\n\n#: inc/customer/post-card.php:62\nmsgid \"Header\"\nmsgstr \"En-tête\"\n\n#: functions.php:138\nmsgid \"Header Menu\"\nmsgstr \"Menu de l’en-tête\"\n\n#: inc/template-tags.php:90 inc/template-tags.php:592\nmsgid \"Home\"\nmsgstr \"Accueil\"\n\n#: inc/customer/layout.php:32 inc/customer/navbar.php:41\nmsgid \"Homepage\"\nmsgstr \"Page d’accueil\"\n\n#: functions.php:193\nmsgid \"Homepage Intro\"\nmsgstr \"Intro de la page d’accueil\"\n\n#: functions.php:183\nmsgid \"Homepage Middle\"\nmsgstr \"Milieu de la page d’accueil\"\n\n#: functions.php:203\nmsgid \"Homepage Sidebar\"\nmsgstr \"Barre latérale de la page d’accueil\"\n\n#. Author URI of the theme\nmsgid \"https://terryl.in\"\nmsgstr \"https://terryl.in\"\n\n#. URI of the theme\nmsgid \"https://terryl.in/en/repository/mynote/\"\nmsgstr \"https://terryl.in/en/repository/mynote/\"\n\n#. Name of the template\nmsgid \"Landing page\"\nmsgstr \"Page principale\"\n\n#. Name of the template\nmsgid \"Landing Page (full)\"\nmsgstr \"Page principale (complète)\"\n\n#. Name of the template\nmsgid \"Landing Page (simple)\"\nmsgstr \"Page principale (simple)\"\n\n#: inc/customer/layout.php:214\nmsgid \"Large - 48 x 48\"\nmsgstr \"Grande - 48 x 48\"\n\n#: inc/template-tags.php:220\nmsgid \"Last\"\nmsgstr \"Dernier\"\n\n#: page.php:64 single-product.php:70 single.php:84\nmsgid \"Last modified: \"\nmsgstr \"Dernière modification: \"\n\n#: inc/template-tags.php:219\nmsgid \"Last Page\"\nmsgstr \"Dernière page\"\n\n#: inc/customer/layout.php:22\nmsgid \"Layout\"\nmsgstr \"Mise en page\"\n\n#: inc/customer/navbar.php:148 inc/customer/navbar.php:182\nmsgid \"Link Color\"\nmsgstr \"Couleur des liens\"\n\n#: inc/customer/navbar.php:159 inc/customer/navbar.php:192\nmsgid \"Link Hover Color\"\nmsgstr \"Couleur des liens au survol\"\n\n#: header.php:58\nmsgid \"Logo\"\nmsgstr \"Logo\"\n\n#: inc/customer/layout.php:213\nmsgid \"Medium - 40 x 40\"\nmsgstr \"Moyenne - 40 x 40\"\n\n#. Name of the theme\n#: inc/template-tags.php:555\nmsgid \"Mynote\"\nmsgstr \"Mynote\"\n\n#: inc/customer/about.php:64\nmsgid \"\"\n\"Mynote is a responsive theme (RWD, responsive web design). However, if you \"\n\"would like to disable RWD, here it is.\"\nmsgstr \"\"\n\"Mynote est un thème responsive (RWD, responsive web design). Malgré tout, si \"\n\"vous voulez désactiver le RWD, c’est ici.\"\n\n#. Description of the theme\nmsgid \"\"\n\"Mynote is a responsive, clean, Markdown friendly WordPress blog theme. It is \"\n\"based on Bootstrap 4 and Fontawesome 5. It is suitable for programming, \"\n\"business, technical, professional, niche and any kind of blogging sites. \"\n\"Mynote has landing-page templates so that can your highly customize your \"\n\"homepage, make your website unique and professional.\"\nmsgstr \"\"\n\"Mynote est un thème de blog WordPress responsive, minimaliste, propre et \"\n\"compatible avec Markdown. Il s’appuie sur Bootstrap 4 ainsi que Fontawesome \"\n\"5. Il peut convenir pour tout type de blog, qu’il soit sur la programmation, \"\n\"le business, la technique, ou autre. Qu’il soit pro ou perso. Mynote propose \"\n\"plusieurs templates pour la page principale, de cette manière vous pourrez \"\n\"customiser votre page d’accueil et faire un site unique et professionnel.\"\n\n#: inc/customer/about.php:24\nmsgid \"\"\n\"Mynote is an open source project on GitHub, any suggestions to improve this \"\n\"theme are welcome. Please visit:\"\nmsgstr \"\"\n\"Mynote est un projet open source disponible sur GitHub, n’importe quelle \"\n\"suggestion pour l’améliorer est bienvenue. Rendez-vous sur:\"\n\n#: inc/template-functions.php:281\nmsgid \"Name\"\nmsgstr \"Nom\"\n\n#: inc/customer/navbar.php:31\nmsgid \"Navbar\"\nmsgstr \"Barre de navigation\"\n\n#: comments.php:53 inc/template-tags.php:212\nmsgid \"Next\"\nmsgstr \"Suivant\"\n\n#: inc/template-tags.php:211\nmsgid \"Next Page\"\nmsgstr \"Page suivante\"\n\n#: pagination.php:25\nmsgid \"Next page\"\nmsgstr \"Page suivante\"\n\n#: single-product.php:98 single.php:121\nmsgid \"Next Post\"\nmsgstr \"Article suivant\"\n\n#: pagination.php:26 inc/template-tags.php:201\nmsgid \"Page\"\nmsgstr \"Page\"\n\n#: inc/template-tags.php:165\nmsgid \"Page navigation\"\nmsgstr \"Navigation\"\n\n#: 404.php:20\nmsgid \"Page not found\"\nmsgstr \"Page introuvable\"\n\n#: page.php:56 single-product.php:60 single.php:74\n#: template-parts/page/landing-page.php:66\nmsgid \"Pages:\"\nmsgstr \"Pages:\"\n\n#: inc/template-functions.php:148\nmsgid \"Pingback:\"\nmsgstr \"Rétrolien:\"\n\n#: inc/customer/navbar.php:213\nmsgid \"Placeholder Color\"\nmsgstr \"Couleur de remplissage\"\n\n#: inc/customer/layout.php:50\nmsgid \"Post\"\nmsgstr \"Article\"\n\n#: inc/customer/post-page.php:87\nmsgid \"Post Author and Date\"\nmsgstr \"Auteur de l’article et date\"\n\n#: inc/customer/post-card.php:26\nmsgid \"Post Card\"\nmsgstr \"Carte de l’article\"\n\n#: inc/customer/post-page.php:27\nmsgid \"Post Page\"\nmsgstr \"Page de l’article\"\n\n#: comments.php:52 inc/template-tags.php:184\nmsgid \"Previous\"\nmsgstr \"Précédent\"\n\n#: inc/template-tags.php:183\nmsgid \"Previous Page\"\nmsgstr \"Page précédente\"\n\n#: pagination.php:24\nmsgid \"Previous page\"\nmsgstr \"Page précédente\"\n\n#: single-product.php:97 single.php:120\nmsgid \"Previous Post\"\nmsgstr \"Article précédent\"\n\n#: inc/customer/progress-bar.php:32\nmsgid \"Progress Bar\"\nmsgstr \"Barre de progression\"\n\n#: inc/template-tags.php:375\nmsgid \"Read\"\nmsgstr \"Lire\"\n\n#: inc/template-functions.php:76\nmsgid \"read more\"\nmsgstr \"lire plus\"\n\n#: 404.php:30\nmsgid \"Return home?\"\nmsgstr \"Retourner à l’accueil ?\"\n\n#: inc/customer/about.php:61\nmsgid \"RWD\"\nmsgstr \"RWD\"\n\n#: inc/customer/homepage.php:31\nmsgid \"Scrolling down button\"\nmsgstr \"Bouton de scroll\"\n\n#: inc/customer/navbar.php:59\nmsgid \"Search Bar\"\nmsgstr \"Barre de recherche\"\n\n#: inc/template-functions.php:255\nmsgid \"Send\"\nmsgstr \"Envoyer\"\n\n#: functions.php:153\nmsgid \"Sidebar\"\nmsgstr \"Barre latérale\"\n\n#: inc/customer/layout.php:124 inc/customer/layout.php:140\n#: inc/customer/layout.php:190\nmsgid \"Sidebar Location\"\nmsgstr \"Position de la barre latérale\"\n\n#: functions.php:139\nmsgid \"Sidebar Menu\"\nmsgstr \"Menu de la barre latérale\"\n\n#: inc/customer/layout.php:212\nmsgid \"Small - 32 x 32\"\nmsgstr \"Petite - 32 x 32\"\n\n#: inc/customer/layout.php:206\nmsgid \"Social Icon Size\"\nmsgstr \"Taille des icônes de réseaux sociaux\"\n\n#: functions.php:141\nmsgid \"Social Links Menu\"\nmsgstr \"Menu des liens vers les réseaux sociaux\"\n\n#: loop.php:70 page.php:73 single-product.php:87 single.php:104\n#: template-parts/page/landing-page.php:76\nmsgid \"Sorry, nothing to display.\"\nmsgstr \"Désolé, rien à afficher ici.\"\n\n#: functions.php:173\nmsgid \"Sticky Sidebar\"\nmsgstr \"Barre de côté collante\"\n\n#. Author of the theme\nmsgid \"Terry Lin\"\nmsgstr \"Terry Lin\"\n\n#: inc/customer/progress-bar.php:185\nmsgid \"Text Color\"\nmsgstr \"Couleur du texte\"\n\n#: inc/customer/progress-bar.php:42\nmsgid \"The basic settings of the page progress bar.\"\nmsgstr \"Paramètres de la barre de progression.\"\n\n#: 404.php:28\nmsgid \"The page you are looking for does not exist or it may have been moved.\"\nmsgstr \"La page que vous recherchez n’existe plus ou a sûrement été déplacée.\"\n\n#: inc/template-tags.php:555\nmsgid \"Theme by\"\nmsgstr \"Thème par\"\n\n#: inc/customer/navbar.php:136 inc/customer/navbar.php:149\n#: inc/customer/navbar.php:160\nmsgid \"This option is for homepage only.\"\nmsgstr \"Cette option n’est que pour la page d’accueil.\"\n\n#: searchform.php:19\nmsgid \"To search, type and hit enter.\"\nmsgstr \"Ecrivez puis appuyez sur entrée pour rechercher.\"\n\n#: header.php:72\nmsgid \"Toggle navigation\"\nmsgstr \"Afficher/Masquer la navigation\"\n\n#: inc/template-functions.php:303 inc/customer/navbar.php:50\nmsgid \"Website\"\nmsgstr \"Site web\"\n\n#: inc/customer/progress-bar.php:148\nmsgid \"Would you like to display a percentage number on the progress bar?\"\nmsgstr \"Voulez-vous afficher un pourcentage sur la barre de progression ?\"\n\n#: inc/customer/progress-bar.php:137\nmsgid \"Would you like to display a progress bar while reading?\"\nmsgstr \"Voulez-vous afficher une barre de progression pendant la lecture ?\"\n\n#: inc/customer/navbar.php:205\nmsgid \"Would you like to display a search bar in header navbar area?\"\nmsgstr \"\"\n\"Voulez-vous afficher une barre de recherche dans l’en-tête de la barre de \"\n\"navigation ?\"\n\n#: inc/customer/post-card.php:87\nmsgid \"Would you like to display the border of the post card?\"\nmsgstr \"Voulez-vous afficher une bordure sur les cartes d’articles ?\"\n\n#: inc/customer/post-card.php:76\nmsgid \"Would you like to display the footer of the post card?\"\nmsgstr \"Voulez-vous afficher un pied de page sur les cartes d’articles ?\"\n\n#: inc/customer/post-card.php:65\nmsgid \"\"\n\"Would you like to display the header of the post card? (Post thumbnail is \"\n\"located on this section. Choosing `No` will hide it.)\"\nmsgstr \"\"\n\"Voulez-vous afficher un en-tête dans les cartes d’articles ? (La miniature \"\n\"est dans cette section. Choisir `Non` la masquera.)\"\n\n#: inc/customer/homepage.php:34\nmsgid \"Would you like to display the scrolling down button? (desktop version)\"\nmsgstr \"\"\n\"Voulez-vous afficher un bouton pour scroller jusqu’en bas de page ? (Version \"\n\"ordinateur)\"\n\n#: inc/template-functions.php:256\nmsgid \"Write a Reply or Comment\"\nmsgstr \"Écrire une réponse ou un commentaire\"\n\n#: inc/template-functions.php:223\nmsgid \"Your comment is awaiting moderation.\"\nmsgstr \"Votre commentaire est en attente de modération.\"\n\n#: inc/template-functions.php:262\nmsgid \"Your email address will not be published.\"\nmsgstr \"Votre adresse email ne sera pas publiée.\"\n"
  },
  {
    "path": "languages/ja.po",
    "content": "msgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: Mynote\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2020-01-02 09:03+0000\\n\"\n\"PO-Revision-Date: 2023-05-29 17:58+0000\\n\"\n\"Last-Translator: \\n\"\n\"Language-Team: Japanese\\n\"\n\"Language: ja\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Generator: Loco https://localise.biz/\\n\"\n\"X-Loco-Version: 2.6.1; wp-6.2.2\"\n\n#: 404.php:20\nmsgid \"Page not found\"\nmsgstr \"ページが見つかりません\"\n\n#: 404.php:28\nmsgid \"The page you are looking for does not exist or it may have been moved.\"\nmsgstr \"探しているページは存在しないか、移動した可能性があります。\"\n\n#: 404.php:30\nmsgid \"Return home?\"\nmsgstr \"ホームに戻りますか？\"\n\n#: comments.php:44\nmsgid \"Comments\"\nmsgstr \"コメント\"\n\n#: comments.php:52 inc/template-tags.php:195\nmsgid \"Previous\"\nmsgstr \"前\"\n\n#: comments.php:53 inc/template-tags.php:223\nmsgid \"Next\"\nmsgstr \"次\"\n\n#: comments.php:58\nmsgid \"Comments are closed.\"\nmsgstr \"コメントは閉じられています。\"\n\n#. Name of the template\nmsgid \"Landing Page (full)\"\nmsgstr \"ランディングページ（全）\"\n\n#. Name of the template\nmsgid \"Landing Page (simple)\"\nmsgstr \"ランディングページ（シンプル）\"\n\n#: functions.php:138\nmsgid \"Header Menu\"\nmsgstr \"ヘッダーメニュー\"\n\n#: functions.php:139\nmsgid \"Sidebar Menu\"\nmsgstr \"サイドバーメニュー\"\n\n#: functions.php:140\nmsgid \"Footer Menu\"\nmsgstr \"フッターメニュー\"\n\n#: functions.php:141\nmsgid \"Social Links Menu\"\nmsgstr \"ソーシャルリンクメニュー\"\n\n#: functions.php:153\nmsgid \"Sidebar\"\nmsgstr \"サイドバー\"\n\n#: functions.php:155\nmsgid \"Add widgets here to appear in your sidebar on blog posts.\"\nmsgstr \"ここにウィジェットを追加すると、ブログ投稿のサイドバーに表示されます。\"\n\n#: functions.php:163 inc/customer/layout.php:56 inc/customer/post-card.php:86\nmsgid \"Footer\"\nmsgstr \"フッター\"\n\n#: functions.php:165\nmsgid \"Add widgets here to appear in your footer.\"\nmsgstr \"ここにウィジェットを追加すると、フッターに表示されます。\"\n\n#: functions.php:173\nmsgid \"Sticky Sidebar\"\nmsgstr \"スティッキーサイドバー\"\n\n#: functions.php:175\nmsgid \"Add widgets here to appear in your sidebar on blog posts and archive pages.\"\nmsgstr \"ここにウィジェットを追加すると、ブログ投稿とアーカイブページのサイドバーに表示されます。\"\n\n#: functions.php:183\nmsgid \"Homepage Middle\"\nmsgstr \"ホームページ中央\"\n\n#: functions.php:185\nmsgid \"Add widgets here to appear in your homepage middle section.\"\nmsgstr \"ここにウィジェットを追加すると、ホームページの中央部分に表示されます。\"\n\n#: functions.php:193\nmsgid \"Homepage Intro\"\nmsgstr \"ホームページイントロ\"\n\n#: functions.php:195\nmsgid \"Add widgets here to appear in your homepage intro section.\"\nmsgstr \"ここにウィジェットを追加すると、ホームページのイントロセクションに表示されます。\"\n\n#: functions.php:203\nmsgid \"Homepage Sidebar\"\nmsgstr \"ホームページサイドバー\"\n\n#: functions.php:205\nmsgid \"Add widgets here to appear in your sidebar on homepage.\"\nmsgstr \"ここにウィジェットを追加すると、ホームページのサイドバーに表示されます。\"\n\n#: functions.php:213\nmsgid \"Archive Sidebar\"\nmsgstr \"アーカイブサイドバー\"\n\n#: functions.php:215\nmsgid \"Add widgets here to appear in your sidebar on archive pages.\"\nmsgstr \"ここにウィジェットを追加すると、アーカイブページのサイドバーに表示されます。\"\n\n#: header.php:59\nmsgid \"Logo\"\nmsgstr \"ロゴ\"\n\n#: header.php:73\nmsgid \"Toggle navigation\"\nmsgstr \"ナビゲーションを切り替える\"\n\n#: loop.php:68 page.php:73 single-product.php:87 single.php:104 template-parts/page/landing-page.php:76\nmsgid \"Sorry, nothing to display.\"\nmsgstr \"申し訳ありません、表示するものがありません。\"\n\n#: page.php:56 single-product.php:60 single.php:74 template-parts/page/landing-page.php:66\nmsgid \"Pages:\"\nmsgstr \"ページ:\"\n\n#: page.php:64 single-product.php:70 single.php:84\nmsgid \"Last modified: \"\nmsgstr \"最終更新: \"\n\n#: pagination.php:24\nmsgid \"Previous page\"\nmsgstr \"前のページ\"\n\n#: pagination.php:25\nmsgid \"Next page\"\nmsgstr \"次のページ\"\n\n#: pagination.php:26 inc/template-tags.php:212\nmsgid \"Page\"\nmsgstr \"ページ\"\n\n#: search.php:24\n#, php-format\nmsgid \"%s Search Results for %s\"\nmsgstr \"%s の検索結果 %s\"\n\n#: searchform.php:19\nmsgid \"To search, type and hit enter.\"\nmsgstr \"検索するには、入力してエンターキーを押します。\"\n\n#: single-product.php:97 single.php:120\nmsgid \"Previous Post\"\nmsgstr \"前の投稿\"\n\n#: single-product.php:98 single.php:121\nmsgid \"Next Post\"\nmsgstr \"次の投稿\"\n\n#: inc/template-functions.php:76\nmsgid \"read more\"\nmsgstr \"もっと読む\"\n\n#: inc/template-functions.php:148\nmsgid \"Pingback:\"\nmsgstr \"ピンバック:\"\n\n#: inc/template-functions.php:148\nmsgid \"(Edit)\"\nmsgstr \"(編集)\"\n\n#: inc/template-functions.php:189 inc/template-tags.php:516\nmsgid \"Author\"\nmsgstr \"著者\"\n\n#. %s: days\n#: inc/template-functions.php:213\n#, php-format\nmsgid \"commented %s ago\"\nmsgstr \"%s前にコメントしました\"\n\n#: inc/template-functions.php:223\nmsgid \"Your comment is awaiting moderation.\"\nmsgstr \"あなたのコメントは承認待ちです。\"\n\n#: inc/template-functions.php:255\nmsgid \"Send\"\nmsgstr \"送信\"\n\n#: inc/template-functions.php:256\nmsgid \"Write a Reply or Comment\"\nmsgstr \"返信またはコメントを書く\"\n\n#: inc/template-functions.php:262\nmsgid \"Your email address will not be published.\"\nmsgstr \"あなたのメールアドレスは公開されません。\"\n\n#: inc/template-functions.php:281\nmsgid \"Name\"\nmsgstr \"名前\"\n\n#: inc/template-functions.php:292\nmsgid \"Email\"\nmsgstr \"メール\"\n\n#: inc/template-functions.php:303 inc/customer/navbar.php:53\nmsgid \"Website\"\nmsgstr \"ウェブサイト\"\n\n#: inc/template-tags.php:101 inc/template-tags.php:617\nmsgid \"Home\"\nmsgstr \"ホーム\"\n\n#: inc/template-tags.php:176\nmsgid \"Page navigation\"\nmsgstr \"ページナビゲーション\"\n\n#: inc/template-tags.php:186\nmsgid \"First Page\"\nmsgstr \"最初のページ\"\n\n#: inc/template-tags.php:187\nmsgid \"First\"\nmsgstr \"最初\"\n\n#: inc/template-tags.php:194\nmsgid \"Previous Page\"\nmsgstr \"前のページ\"\n\n#: inc/template-tags.php:205\nmsgid \"Current Page\"\nmsgstr \"現在のページ\"\n\n#: inc/template-tags.php:222\nmsgid \"Next Page\"\nmsgstr \"次のページ\"\n\n#: inc/template-tags.php:230\nmsgid \"Last Page\"\nmsgstr \"最後のページ\"\n\n#: inc/template-tags.php:231\nmsgid \"Last\"\nmsgstr \"最後\"\n\n#: inc/template-tags.php:334\nmsgid \"Edit\"\nmsgstr \"編集\"\n\n#: inc/template-tags.php:375\nmsgid \"Comment\"\nmsgstr \"コメント\"\n\n#: inc/template-tags.php:395\nmsgid \"Read\"\nmsgstr \"読む\"\n\n#: inc/template-tags.php:432\nmsgid \"Date\"\nmsgstr \"日付\"\n\n#: inc/template-tags.php:456\n#, php-format\nmsgid \"%1$s @ %2$s\"\nmsgstr \"%1$s @ %2$s\"\n\n#: inc/template-tags.php:463\n#, php-format\nmsgctxt \"%s\"\nmsgid \"written %s ago\"\nmsgstr \"%s前に書かれました\"\n\n#: inc/template-tags.php:575\nmsgid \"Copyright\"\nmsgstr \"著作権\"\n\n#: inc/template-tags.php:575\nmsgid \"All rights reserved.\"\nmsgstr \"全著作権所有。\"\n\n#: inc/template-tags.php:579\nmsgid \"Theme by\"\nmsgstr \"テーマ提供：\"\n\n#. Name of the theme\n#: inc/template-tags.php:579\nmsgid \"Mynote\"\nmsgstr \"Mynote\"\n\n#: inc/customer/about.php:18\nmsgid \"About Mynote Theme\"\nmsgstr \"Mynoteテーマについて\"\n\n#: inc/customer/about.php:24\nmsgid \"Mynote is an open source project on GitHub, any suggestions to improve this theme are welcome. Please visit:\"\nmsgstr \"MynoteはGitHubのオープンソースプロジェクトで、このテーマの改善提案はどんなものでも歓迎されます。訪問してください：\"\n\n#: inc/customer/about.php:50\nmsgid \"About\"\nmsgstr \"約\"\n\n#: inc/customer/about.php:61\nmsgid \"RWD\"\nmsgstr \"RWD\"\n\n#: inc/customer/about.php:64\nmsgid \"Mynote is a responsive theme (RWD, responsive web design). However, if you would like to disable RWD, here it is.\"\nmsgstr \"Mynoteはレスポンシブなテーマ（RWD、レスポンシブウェブデザイン）です。しかし、RWDを無効にしたい場合は、ここにあります。\"\n\n#: inc/customer/homepage.php:31\nmsgid \"Scrolling down button\"\nmsgstr \"スクロールダウンボタン\"\n\n#: inc/customer/homepage.php:34\nmsgid \"Would you like to display the scrolling down button? (desktop version)\"\nmsgstr \"スクロールダウンボタンを表示しますか？（デスクトップ版）\"\n\n#: inc/customer/layout.php:22\nmsgid \"Layout\"\nmsgstr \"レイアウト\"\n\n#: inc/customer/layout.php:32 inc/customer/navbar.php:45\nmsgid \"Homepage\"\nmsgstr \"ホームページ\"\n\n#: inc/customer/layout.php:40\nmsgid \"Archive\"\nmsgstr \"アーカイブ\"\n\n#: inc/customer/layout.php:48\nmsgid \"Post\"\nmsgstr \"投稿\"\n\n#: inc/customer/layout.php:120 inc/customer/layout.php:136 inc/customer/layout.php:186\nmsgid \"Sidebar Location\"\nmsgstr \"サイドバーの位置\"\n\n#: inc/customer/layout.php:124 inc/customer/layout.php:140 inc/customer/layout.php:190\nmsgid \"Choose a preferred layout for desktop version.\"\nmsgstr \"デスクトップ版の好みのレイアウトを選択してください。\"\n\n#: inc/customer/layout.php:152 inc/customer/layout.php:169\nmsgid \"Columns\"\nmsgstr \"列\"\n\n#: inc/customer/layout.php:156 inc/customer/layout.php:173\nmsgid \"Adjust the number of columns per row.\"\nmsgstr \"行ごとの列数を調整します。\"\n\n#: inc/customer/layout.php:202\nmsgid \"Social Icon Size\"\nmsgstr \"ソーシャルアイコンのサイズ\"\n\n#: inc/customer/layout.php:206\nmsgid \"Choose a preferred icon size.\"\nmsgstr \"好みのアイコンサイズを選択してください。\"\n\n#: inc/customer/layout.php:208\nmsgid \"Small - 32 x 32\"\nmsgstr \"小 - 32 x 32\"\n\n#: inc/customer/layout.php:209\nmsgid \"Medium - 40 x 40\"\nmsgstr \"中 - 40 x 40\"\n\n#: inc/customer/layout.php:210\nmsgid \"Large - 48 x 48\"\nmsgstr \"大 - 48 x 48\"\n\n#: inc/customer/layout.php:211\nmsgid \"Extra large - 64 x 64\"\nmsgstr \"特大 - 64 x 64\"\n\n#: inc/customer/layout.php:220\nmsgid \"Footer Location\"\nmsgstr \"フッターの位置\"\n\n#: inc/customer/layout.php:224\nmsgid \"Choose a preferred layout for footer section.\"\nmsgstr \"フッターセクションの好みのレイアウトを選択してください。\"\n\n#: inc/customer/navbar.php:35\nmsgid \"Navbar\"\nmsgstr \"ナビゲーションバー\"\n\n#: inc/customer/navbar.php:61\nmsgid \"Search Bar\"\nmsgstr \"検索バー\"\n\n#: inc/customer/navbar.php:181 inc/customer/navbar.php:242 inc/customer/navbar.php:331 inc/customer/progress-bar.php:167\nmsgid \"Background Color\"\nmsgstr \"背景色\"\n\n#: inc/customer/navbar.php:182 inc/customer/navbar.php:195 inc/customer/navbar.php:206 inc/customer/navbar.php:219 inc/customer/navbar.php:232\nmsgid \"This option is for homepage only.\"\nmsgstr \"このオプションはホームページのみに適用されます。\"\n\n#: inc/customer/navbar.php:194 inc/customer/navbar.php:254\nmsgid \"Link Color\"\nmsgstr \"リンクの色\"\n\n#: inc/customer/navbar.php:205 inc/customer/navbar.php:264\nmsgid \"Link Hover Color\"\nmsgstr \"リンクホバーの色\"\n\n#: inc/customer/navbar.php:216 inc/customer/navbar.php:274\nmsgid \"Menu Toggler's Border Color\"\nmsgstr \"メニュートグルのボーダー色\"\n\n#: inc/customer/navbar.php:219 inc/customer/navbar.php:232 inc/customer/navbar.php:279 inc/customer/navbar.php:292\nmsgid \"It is visible only when the screen width is less than 768px.\"\nmsgstr \"画面幅が768px未満のときにのみ表示されます。\"\n\n#: inc/customer/navbar.php:229 inc/customer/navbar.php:287\nmsgid \"Menu Toggler's Background Color\"\nmsgstr \"メニュートグルの背景色\"\n\n#: inc/customer/navbar.php:300\nmsgid \"Display a Search Bar\"\nmsgstr \"検索バーを表示する\"\n\n#: inc/customer/navbar.php:303\nmsgid \"Would you like to display a search bar in header navbar area?\"\nmsgstr \"ヘッダーナビゲーションバー領域に検索バーを表示しますか？\"\n\n#: inc/customer/navbar.php:311\nmsgid \"Placeholder Color\"\nmsgstr \"プレースホルダーの色\"\n\n#: inc/customer/navbar.php:321\nmsgid \"Input Text Color\"\nmsgstr \"入力テキストの色\"\n\n#: inc/customer/navbar.php:343\nmsgid \"Size\"\nmsgstr \"サイズ\"\n\n#: inc/customer/navbar.php:348 inc/customer/progress-bar.php:156\nmsgid \"Default\"\nmsgstr \"デフォルト\"\n\n#: inc/customer/navbar.php:349\nmsgid \"Big\"\nmsgstr \"大\"\n\n#: inc/customer/post-card.php:26\nmsgid \"Post Card\"\nmsgstr \"ポストカード\"\n\n#: inc/customer/post-card.php:75\nmsgid \"Header\"\nmsgstr \"ヘッダー\"\n\n#: inc/customer/post-card.php:78\nmsgid \"Would you like to display the header of the post card? (Post thumbnail is located on this section. Choosing No will hide it.)\"\nmsgstr \"ポストカードのヘッダーを表示しますか？（ポストサムネイルはこのセクションに位置しています。Noを選択すると非表示になります。）\"\n\n#: inc/customer/post-card.php:89\nmsgid \"Would you like to display the footer of the post card?\"\nmsgstr \"ポストカードのフッターを表示しますか？\"\n\n#: inc/customer/post-card.php:97\nmsgid \"Border\"\nmsgstr \"ボーダー\"\n\n#: inc/customer/post-card.php:100\nmsgid \"Would you like to display the border of the post card?\"\nmsgstr \"ポストカードのボーダーを表示しますか？\"\n\n#: inc/customer/post-card.php:108\nmsgid \"Gradient Mask\"\nmsgstr \"グラデーションマスク\"\n\n#: inc/customer/post-card.php:111\nmsgid \"Would you like to display the gradient mask on the text?\"\nmsgstr \"テキストにグラデーションマスクを表示しますか？\"\n\n#: inc/customer/post-card.php:119\nmsgid \"Buttons\"\nmsgstr \"ボタン\"\n\n#: inc/customer/post-card.php:122\nmsgid \"Would you like to display the buttons in the post body?\"\nmsgstr \"投稿本文内にボタンを表示しますか？\"\n\n#: inc/customer/post-page.php:27\nmsgid \"Post Page\"\nmsgstr \"投稿ページ\"\n\n#: inc/customer/post-page.php:76\nmsgid \"Breadcrumb\"\nmsgstr \"ブレッドクラム\"\n\n#: inc/customer/post-page.php:86\nmsgid \"Post Author and Date\"\nmsgstr \"投稿者と日付\"\n\n#: inc/customer/post-page.php:96\nmsgid \"Featured Image\"\nmsgstr \"特集画像\"\n\n#: inc/customer/post-page.php:106\nmsgid \"Author Card\"\nmsgstr \"著者カード\"\n\n#: inc/customer/post-page.php:116\nmsgid \"Comment Section\"\nmsgstr \"コメントセクション\"\n\n#: inc/customer/progress-bar.php:32\nmsgid \"Progress Bar\"\nmsgstr \"プログレスバー\"\n\n#: inc/customer/progress-bar.php:41\nmsgid \"Basic Settings\"\nmsgstr \"基本設定\"\n\n#: inc/customer/progress-bar.php:42\nmsgid \"The basic settings of the page progress bar.\"\nmsgstr \"ページ進行バーの基本設定\"\n\n#: inc/customer/progress-bar.php:50\nmsgid \"Color\"\nmsgstr \"色\"\n\n#: inc/customer/progress-bar.php:51\nmsgid \"Customize the color pattern of the page progress bar.\"\nmsgstr \"ページ進行バーの色パターンをカスタマイズします。\"\n\n#: inc/customer/progress-bar.php:128\nmsgid \"Display Progress Bar\"\nmsgstr \"プログレスバーを表示する\"\n\n#: inc/customer/progress-bar.php:131\nmsgid \"Would you like to display a progress bar while reading?\"\nmsgstr \"読み進める際にプログレスバーを表示しますか？\"\n\n#: inc/customer/progress-bar.php:139\nmsgid \"Display Percentage Number\"\nmsgstr \"パーセンテージ数を表示する\"\n\n#: inc/customer/progress-bar.php:142\nmsgid \"Would you like to display a percentage number on the progress bar?\"\nmsgstr \"プログレスバーにパーセンテージ数を表示しますか？\"\n\n#: inc/customer/progress-bar.php:150\nmsgid \"Color Pattern\"\nmsgstr \"色パターン\"\n\n#: inc/customer/progress-bar.php:154\nmsgid \"Choose a preferred color pattern and apply it to the progress bar.\"\nmsgstr \"好みの色パターンを選択し、プログレスバーに適用します。\"\n\n#: inc/customer/progress-bar.php:157\nmsgid \"As same as website menu\"\nmsgstr \"ウェブサイトメニューと同様\"\n\n#: inc/customer/progress-bar.php:158\nmsgid \"Custom\"\nmsgstr \"カスタム\"\n\n#: inc/customer/progress-bar.php:179\nmsgid \"Text Color\"\nmsgstr \"テキストの色\"\n\n#: inc/customer/progress-bar.php:189\nmsgid \"Border Color\"\nmsgstr \"ボーダーの色\"\n\n#. Name of the template\nmsgid \"Landing page\"\nmsgstr \"ランディングページ\"\n\n#. Description of the theme\nmsgid \"Mynote is a responsive, clean, Markdown friendly WordPress blog theme. It is based on Bootstrap 4 and Fontawesome 5. It is suitable for programming, business, technical, professional, niche and any kind of blogging sites. Mynote has landing-page templates so that can your highly customize your homepage, make your website unique and professional.\"\nmsgstr \"Mynoteは、レスポンシブでクリーンなMarkdown対応のWordPressブログテーマです。Bootstrap 4とFontawesome 5をベースにしており、プログラミング、ビジネス、テクニカル、専門的なブログ、あらゆる種類のブログサイトに適しています。Mynoteにはランディングページのテンプレートがあり、あなたのホームページを高度にカスタマイズして、あなたのウェブサイトをユニークでプロフェッショナルにすることができます。\"\n\n#. URI of the theme\nmsgid \"https://terryl.in/en/repository/mynote/\"\nmsgstr \"https://terryl.in/en/repository/mynote/\"\n\n#. Author of the theme\nmsgid \"Terry Lin\"\nmsgstr \"テリーリン\"\n\n#. Author URI of the theme\nmsgid \"https://terryl.in\"\nmsgstr \"https://terryl.in\"\n"
  },
  {
    "path": "languages/mynote.pot",
    "content": "#, fuzzy\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: Mynote\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2020-01-02 09:03+0000\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: FULL NAME <EMAIL@ADDRESS>\\n\"\n\"Language-Team: \\n\"\n\"Language: \\n\"\n\"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Generator: Loco https://localise.biz/\\n\"\n\"X-Loco-Version: 2.2.0; wp-5.1.1\"\n\n#: 404.php:20\nmsgid \"Page not found\"\nmsgstr \"\"\n\n#: 404.php:28\nmsgid \"The page you are looking for does not exist or it may have been moved.\"\nmsgstr \"\"\n\n#: 404.php:30\nmsgid \"Return home?\"\nmsgstr \"\"\n\n#: comments.php:44\nmsgid \"Comments\"\nmsgstr \"\"\n\n#: comments.php:52 inc/template-tags.php:195\nmsgid \"Previous\"\nmsgstr \"\"\n\n#: comments.php:53 inc/template-tags.php:223\nmsgid \"Next\"\nmsgstr \"\"\n\n#: comments.php:58\nmsgid \"Comments are closed.\"\nmsgstr \"\"\n\n#. Name of the template\nmsgid \"Landing Page (full)\"\nmsgstr \"\"\n\n#. Name of the template\nmsgid \"Landing Page (simple)\"\nmsgstr \"\"\n\n#: functions.php:138\nmsgid \"Header Menu\"\nmsgstr \"\"\n\n#: functions.php:139\nmsgid \"Sidebar Menu\"\nmsgstr \"\"\n\n#: functions.php:140\nmsgid \"Footer Menu\"\nmsgstr \"\"\n\n#: functions.php:141\nmsgid \"Social Links Menu\"\nmsgstr \"\"\n\n#: functions.php:153\nmsgid \"Sidebar\"\nmsgstr \"\"\n\n#: functions.php:155\nmsgid \"Add widgets here to appear in your sidebar on blog posts.\"\nmsgstr \"\"\n\n#: functions.php:163 inc/customer/layout.php:56 inc/customer/post-card.php:86\nmsgid \"Footer\"\nmsgstr \"\"\n\n#: functions.php:165\nmsgid \"Add widgets here to appear in your footer.\"\nmsgstr \"\"\n\n#: functions.php:173\nmsgid \"Sticky Sidebar\"\nmsgstr \"\"\n\n#: functions.php:175\nmsgid \"\"\n\"Add widgets here to appear in your sidebar on blog posts and archive pages.\"\nmsgstr \"\"\n\n#: functions.php:183\nmsgid \"Homepage Middle\"\nmsgstr \"\"\n\n#: functions.php:185\nmsgid \"Add widgets here to appear in your homepage middle section.\"\nmsgstr \"\"\n\n#: functions.php:193\nmsgid \"Homepage Intro\"\nmsgstr \"\"\n\n#: functions.php:195\nmsgid \"Add widgets here to appear in your homepage intro section.\"\nmsgstr \"\"\n\n#: functions.php:203\nmsgid \"Homepage Sidebar\"\nmsgstr \"\"\n\n#: functions.php:205\nmsgid \"Add widgets here to appear in your sidebar on homepage.\"\nmsgstr \"\"\n\n#: functions.php:213\nmsgid \"Archive Sidebar\"\nmsgstr \"\"\n\n#: functions.php:215\nmsgid \"Add widgets here to appear in your sidebar on archive pages.\"\nmsgstr \"\"\n\n#: header.php:59\nmsgid \"Logo\"\nmsgstr \"\"\n\n#: header.php:73\nmsgid \"Toggle navigation\"\nmsgstr \"\"\n\n#: loop.php:68 page.php:73 single-product.php:87 single.php:104\n#: template-parts/page/landing-page.php:76\nmsgid \"Sorry, nothing to display.\"\nmsgstr \"\"\n\n#: page.php:56 single-product.php:60 single.php:74\n#: template-parts/page/landing-page.php:66\nmsgid \"Pages:\"\nmsgstr \"\"\n\n#: page.php:64 single-product.php:70 single.php:84\nmsgid \"Last modified: \"\nmsgstr \"\"\n\n#: pagination.php:24\nmsgid \"Previous page\"\nmsgstr \"\"\n\n#: pagination.php:25\nmsgid \"Next page\"\nmsgstr \"\"\n\n#: pagination.php:26 inc/template-tags.php:212\nmsgid \"Page\"\nmsgstr \"\"\n\n#: search.php:24\n#, php-format\nmsgid \"%s Search Results for %s\"\nmsgstr \"\"\n\n#: searchform.php:19\nmsgid \"To search, type and hit enter.\"\nmsgstr \"\"\n\n#: single-product.php:97 single.php:120\nmsgid \"Previous Post\"\nmsgstr \"\"\n\n#: single-product.php:98 single.php:121\nmsgid \"Next Post\"\nmsgstr \"\"\n\n#: inc/template-functions.php:76\nmsgid \"read more\"\nmsgstr \"\"\n\n#: inc/template-functions.php:148\nmsgid \"Pingback:\"\nmsgstr \"\"\n\n#: inc/template-functions.php:148\nmsgid \"(Edit)\"\nmsgstr \"\"\n\n#: inc/template-functions.php:189 inc/template-tags.php:516\nmsgid \"Author\"\nmsgstr \"\"\n\n#. %s: days\n#: inc/template-functions.php:213\n#, php-format\nmsgid \"commented %s ago\"\nmsgstr \"\"\n\n#: inc/template-functions.php:223\nmsgid \"Your comment is awaiting moderation.\"\nmsgstr \"\"\n\n#: inc/template-functions.php:255\nmsgid \"Send\"\nmsgstr \"\"\n\n#: inc/template-functions.php:256\nmsgid \"Write a Reply or Comment\"\nmsgstr \"\"\n\n#: inc/template-functions.php:262\nmsgid \"Your email address will not be published.\"\nmsgstr \"\"\n\n#: inc/template-functions.php:281\nmsgid \"Name\"\nmsgstr \"\"\n\n#: inc/template-functions.php:292\nmsgid \"Email\"\nmsgstr \"\"\n\n#: inc/template-functions.php:303 inc/customer/navbar.php:53\nmsgid \"Website\"\nmsgstr \"\"\n\n#: inc/template-tags.php:101 inc/template-tags.php:617\nmsgid \"Home\"\nmsgstr \"\"\n\n#: inc/template-tags.php:176\nmsgid \"Page navigation\"\nmsgstr \"\"\n\n#: inc/template-tags.php:186\nmsgid \"First Page\"\nmsgstr \"\"\n\n#: inc/template-tags.php:187\nmsgid \"First\"\nmsgstr \"\"\n\n#: inc/template-tags.php:194\nmsgid \"Previous Page\"\nmsgstr \"\"\n\n#: inc/template-tags.php:205\nmsgid \"Current Page\"\nmsgstr \"\"\n\n#: inc/template-tags.php:222\nmsgid \"Next Page\"\nmsgstr \"\"\n\n#: inc/template-tags.php:230\nmsgid \"Last Page\"\nmsgstr \"\"\n\n#: inc/template-tags.php:231\nmsgid \"Last\"\nmsgstr \"\"\n\n#: inc/template-tags.php:334\nmsgid \"Edit\"\nmsgstr \"\"\n\n#: inc/template-tags.php:375\nmsgid \"Comment\"\nmsgstr \"\"\n\n#: inc/template-tags.php:395\nmsgid \"Read\"\nmsgstr \"\"\n\n#: inc/template-tags.php:432\nmsgid \"Date\"\nmsgstr \"\"\n\n#: inc/template-tags.php:456\n#, php-format\nmsgid \"%1$s @ %2$s\"\nmsgstr \"\"\n\n#: inc/template-tags.php:463\n#, php-format\nmsgctxt \"%s\"\nmsgid \"written %s ago\"\nmsgstr \"\"\n\n#: inc/template-tags.php:575\nmsgid \"Copyright\"\nmsgstr \"\"\n\n#: inc/template-tags.php:575\nmsgid \"All rights reserved.\"\nmsgstr \"\"\n\n#: inc/template-tags.php:579\nmsgid \"Theme by\"\nmsgstr \"\"\n\n#. Name of the theme\n#: inc/template-tags.php:579\nmsgid \"Mynote\"\nmsgstr \"\"\n\n#: inc/customer/about.php:18\nmsgid \"About Mynote Theme\"\nmsgstr \"\"\n\n#: inc/customer/about.php:24\nmsgid \"\"\n\"Mynote is an open source project on GitHub, any suggestions to improve this \"\n\"theme are welcome. Please visit:\"\nmsgstr \"\"\n\n#: inc/customer/about.php:50\nmsgid \"About\"\nmsgstr \"\"\n\n#: inc/customer/about.php:61\nmsgid \"RWD\"\nmsgstr \"\"\n\n#: inc/customer/about.php:64\nmsgid \"\"\n\"Mynote is a responsive theme (RWD, responsive web design). However, if you \"\n\"would like to disable RWD, here it is.\"\nmsgstr \"\"\n\n#: inc/customer/homepage.php:31\nmsgid \"Scrolling down button\"\nmsgstr \"\"\n\n#: inc/customer/homepage.php:34\nmsgid \"Would you like to display the scrolling down button? (desktop version)\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:22\nmsgid \"Layout\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:32 inc/customer/navbar.php:45\nmsgid \"Homepage\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:40\nmsgid \"Archive\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:48\nmsgid \"Post\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:120 inc/customer/layout.php:136\n#: inc/customer/layout.php:186\nmsgid \"Sidebar Location\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:124 inc/customer/layout.php:140\n#: inc/customer/layout.php:190\nmsgid \"Choose a preferred layout for desktop version.\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:152 inc/customer/layout.php:169\nmsgid \"Columns\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:156 inc/customer/layout.php:173\nmsgid \"Adjust the number of columns per row.\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:202\nmsgid \"Social Icon Size\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:206\nmsgid \"Choose a preferred icon size.\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:208\nmsgid \"Small - 32 x 32\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:209\nmsgid \"Medium - 40 x 40\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:210\nmsgid \"Large - 48 x 48\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:211\nmsgid \"Extra large - 64 x 64\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:220\nmsgid \"Footer Location\"\nmsgstr \"\"\n\n#: inc/customer/layout.php:224\nmsgid \"Choose a preferred layout for footer section.\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:35\nmsgid \"Navbar\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:61\nmsgid \"Search Bar\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:181 inc/customer/navbar.php:242\n#: inc/customer/navbar.php:331 inc/customer/progress-bar.php:167\nmsgid \"Background Color\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:182 inc/customer/navbar.php:195\n#: inc/customer/navbar.php:206 inc/customer/navbar.php:219\n#: inc/customer/navbar.php:232\nmsgid \"This option is for homepage only.\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:194 inc/customer/navbar.php:254\nmsgid \"Link Color\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:205 inc/customer/navbar.php:264\nmsgid \"Link Hover Color\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:216 inc/customer/navbar.php:274\nmsgid \"Menu Toggler's Border Color\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:219 inc/customer/navbar.php:232\n#: inc/customer/navbar.php:279 inc/customer/navbar.php:292\nmsgid \"It is visible only when the screen width is less than 768px.\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:229 inc/customer/navbar.php:287\nmsgid \"Menu Toggler's Background Color\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:300\nmsgid \"Display a Search Bar\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:303\nmsgid \"Would you like to display a search bar in header navbar area?\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:311\nmsgid \"Placeholder Color\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:321\nmsgid \"Input Text Color\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:343\nmsgid \"Size\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:348 inc/customer/progress-bar.php:156\nmsgid \"Default\"\nmsgstr \"\"\n\n#: inc/customer/navbar.php:349\nmsgid \"Big\"\nmsgstr \"\"\n\n#: inc/customer/post-card.php:26\nmsgid \"Post Card\"\nmsgstr \"\"\n\n#: inc/customer/post-card.php:75\nmsgid \"Header\"\nmsgstr \"\"\n\n#: inc/customer/post-card.php:78\nmsgid \"\"\n\"Would you like to display the header of the post card? (Post thumbnail is \"\n\"located on this section. Choosing `No` will hide it.)\"\nmsgstr \"\"\n\n#: inc/customer/post-card.php:89\nmsgid \"Would you like to display the footer of the post card?\"\nmsgstr \"\"\n\n#: inc/customer/post-card.php:97\nmsgid \"Border\"\nmsgstr \"\"\n\n#: inc/customer/post-card.php:100\nmsgid \"Would you like to display the border of the post card?\"\nmsgstr \"\"\n\n#: inc/customer/post-card.php:108\nmsgid \"Gradient Mask\"\nmsgstr \"\"\n\n#: inc/customer/post-card.php:111\nmsgid \"Would you like to display the gradient mask on the text?\"\nmsgstr \"\"\n\n#: inc/customer/post-card.php:119\nmsgid \"Buttons\"\nmsgstr \"\"\n\n#: inc/customer/post-card.php:122\nmsgid \"Would you like to display the buttons in the post body?\"\nmsgstr \"\"\n\n#: inc/customer/post-page.php:27\nmsgid \"Post Page\"\nmsgstr \"\"\n\n#: inc/customer/post-page.php:76\nmsgid \"Breadcrumb\"\nmsgstr \"\"\n\n#: inc/customer/post-page.php:86\nmsgid \"Post Author and Date\"\nmsgstr \"\"\n\n#: inc/customer/post-page.php:96\nmsgid \"Featured Image\"\nmsgstr \"\"\n\n#: inc/customer/post-page.php:106\nmsgid \"Author Card\"\nmsgstr \"\"\n\n#: inc/customer/post-page.php:116\nmsgid \"Comment Section\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:32\nmsgid \"Progress Bar\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:41\nmsgid \"Basic Settings\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:42\nmsgid \"The basic settings of the page progress bar.\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:50\nmsgid \"Color\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:51\nmsgid \"Customize the color pattern of the page progress bar.\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:128\nmsgid \"Display Progress Bar\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:131\nmsgid \"Would you like to display a progress bar while reading?\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:139\nmsgid \"Display Percentage Number\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:142\nmsgid \"Would you like to display a percentage number on the progress bar?\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:150\nmsgid \"Color Pattern\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:154\nmsgid \"Choose a preferred color pattern and apply it to the progress bar.\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:157\nmsgid \"As same as website menu\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:158\nmsgid \"Custom\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:179\nmsgid \"Text Color\"\nmsgstr \"\"\n\n#: inc/customer/progress-bar.php:189\nmsgid \"Border Color\"\nmsgstr \"\"\n\n#. Name of the template\nmsgid \"Landing page\"\nmsgstr \"\"\n\n#. Description of the theme\nmsgid \"\"\n\"Mynote is a responsive, clean, Markdown friendly WordPress blog theme. It is \"\n\"based on Bootstrap 4 and Fontawesome 5. It is suitable for programming, \"\n\"business, technical, professional, niche and any kind of blogging sites. \"\n\"Mynote has landing-page templates so that can your highly customize your \"\n\"homepage, make your website unique and professional.\"\nmsgstr \"\"\n\n#. URI of the theme\nmsgid \"https://terryl.in/en/repository/mynote/\"\nmsgstr \"\"\n\n#. Author of the theme\nmsgid \"Terry Lin\"\nmsgstr \"\"\n\n#. Author URI of the theme\nmsgid \"https://terryl.in\"\nmsgstr \"\"\n"
  },
  {
    "path": "languages/pt_BR.po",
    "content": "msgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: Mynote\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2019-05-04 16:02+0000\\n\"\n\"PO-Revision-Date: 2019-05-23 13:34-0300\\n\"\n\"Language-Team: \\n\"\n\"Plural-Forms: nplurals=2; plural=(n > 1);\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"X-Generator: Poedit 2.2.3\\n\"\n\"X-Loco-Version: 2.2.0; wp-5.1.1\\n\"\n\"Last-Translator: \\n\"\n\"Language: pt_BR\\n\"\n\n#: inc/template-tags.php:434\n#, php-format\nmsgid \"%1$s @ %2$s\"\nmsgstr \"%1$s @ %2$s\"\n\n#: inc/template-tags.php:441\n#, php-format\nmsgctxt \"%s\"\nmsgid \"written %s ago\"\nmsgstr \"escrito %s atrás\"\n\n#: search.php:24\n#, php-format\nmsgid \"%s Search Results for %s\"\nmsgstr \"%s Resultados de busca por %s\"\n\n#: inc/template-functions.php:148\nmsgid \"(Edit)\"\nmsgstr \"(Editar)\"\n\n#: inc/customer/about.php:50\nmsgid \"About\"\nmsgstr \"Sobre\"\n\n#: inc/customer/about.php:18\nmsgid \"About Mynote Theme\"\nmsgstr \"Sobre o tema Mynote\"\n\n#: functions.php:165\nmsgid \"Add widgets here to appear in your footer.\"\nmsgstr \"Adicione widgets aqui para aparecerem em seu rodapé\"\n\n#: functions.php:195\nmsgid \"Add widgets here to appear in your homepage intro section.\"\nmsgstr \"\"\n\"Adicione widgets aqui para aparecerem na sessão de introdução da página \"\n\"inicial.\"\n\n#: functions.php:185\nmsgid \"Add widgets here to appear in your homepage middle section.\"\nmsgstr \"\"\n\"Adicione widgets aqui para aparecerem na sessão do meio de sua página \"\n\"inicial.\"\n\n#: functions.php:215\nmsgid \"Add widgets here to appear in your sidebar on archive pages.\"\nmsgstr \"\"\n\"Adicione widgets aqui para aparecerem na barra lateral de páginas de \"\n\"arquivos.\"\n\n#: functions.php:175\nmsgid \"\"\n\"Add widgets here to appear in your sidebar on blog posts and archive pages.\"\nmsgstr \"\"\n\"Adicione widgets aqui para aparecerem na barra lateral de publicações e \"\n\"páginas de arquivos.\"\n\n#: functions.php:155\nmsgid \"Add widgets here to appear in your sidebar on blog posts.\"\nmsgstr \"\"\n\"Adicione widgets aqui para aparecerem na barra lateral de publicações de \"\n\"blog.\"\n\n#: functions.php:205\nmsgid \"Add widgets here to appear in your sidebar on homepage.\"\nmsgstr \"\"\n\"Adicione widgets aqui para aparecerem na barra lateral de sua página inicial.\"\n\n#: inc/customer/layout.php:160 inc/customer/layout.php:177\nmsgid \"Adjust the number of columns per row.\"\nmsgstr \"Adicione o número de colunas por linha.\"\n\n#: inc/template-tags.php:551\nmsgid \"All rights reserved.\"\nmsgstr \"Todos os direitos reservados.\"\n\n#: inc/customer/layout.php:41\nmsgid \"Archive\"\nmsgstr \"Arquivo\"\n\n#: functions.php:213\nmsgid \"Archive Sidebar\"\nmsgstr \"Barra lateral de arquivo\"\n\n#: inc/customer/progress-bar.php:163\nmsgid \"As same as website menu\"\nmsgstr \"O mesmo que o menu do site\"\n\n#: inc/template-functions.php:189 inc/template-tags.php:493\nmsgid \"Author\"\nmsgstr \"Autor\"\n\n#: inc/customer/post-page.php:107\nmsgid \"Author Card\"\nmsgstr \"Cartão do autor\"\n\n#: inc/customer/navbar.php:135 inc/customer/navbar.php:170\n#: inc/customer/progress-bar.php:173\nmsgid \"Background Color\"\nmsgstr \"Cor do plano de fundo\"\n\n#: inc/customer/progress-bar.php:41\nmsgid \"Basic Settings\"\nmsgstr \"Configurações básicas\"\n\n#: inc/customer/post-card.php:84\nmsgid \"Border\"\nmsgstr \"Borda\"\n\n#: inc/customer/progress-bar.php:195\nmsgid \"Border Color\"\nmsgstr \"Cor da borda\"\n\n#: inc/customer/post-page.php:77\nmsgid \"Breadcrumb\"\nmsgstr \"Marcador (página)\"\n\n#: inc/customer/progress-bar.php:160\nmsgid \"Choose a preferred color pattern and apply it to the progress bar.\"\nmsgstr \"Selecione o esquema de cor desejado e aplique-o à barra de progresso.\"\n\n#: inc/customer/layout.php:210\nmsgid \"Choose a preferred icon size.\"\nmsgstr \"Selecione o tamanho desejado para o ícone.\"\n\n#: inc/customer/layout.php:128 inc/customer/layout.php:144\n#: inc/customer/layout.php:194\nmsgid \"Choose a preferred layout for desktop version.\"\nmsgstr \"Selecione um leiaute para a versão de desktop.\"\n\n#: inc/customer/layout.php:228\nmsgid \"Choose a preferred layout for footer section.\"\nmsgstr \"Selecione um leiaute para a sessão de rodapé.\"\n\n#: inc/customer/progress-bar.php:51\nmsgid \"Color\"\nmsgstr \"Cor\"\n\n#: inc/customer/progress-bar.php:156\nmsgid \"Color Pattern\"\nmsgstr \"Padrão de cor\"\n\n#: inc/customer/layout.php:156 inc/customer/layout.php:173\nmsgid \"Columns\"\nmsgstr \"Colunas\"\n\n#: inc/template-tags.php:358\nmsgid \"Comment\"\nmsgstr \"Comentários\"\n\n#: inc/customer/post-page.php:117\nmsgid \"Comment Section\"\nmsgstr \"Sessão de comentários\"\n\n#. %s: days\n#: inc/template-functions.php:213\n#, php-format\nmsgid \"commented %s ago\"\nmsgstr \"comentou %s atrás\"\n\n#: comments.php:44\nmsgid \"Comments\"\nmsgstr \"Comentários\"\n\n#: comments.php:58\nmsgid \"Comments are closed.\"\nmsgstr \"Fechado a comentários.\"\n\n#: inc/template-tags.php:551\nmsgid \"Copyright\"\nmsgstr \"Copyright\"\n\n#: inc/template-tags.php:194\nmsgid \"Current Page\"\nmsgstr \"Página Atual\"\n\n#: inc/customer/progress-bar.php:164\nmsgid \"Custom\"\nmsgstr \"Personalizado\"\n\n#: inc/customer/progress-bar.php:52\nmsgid \"Customize the color pattern of the page progress bar.\"\nmsgstr \"Personalize o padrão de cores da barra de progresso da página.\"\n\n#: inc/template-tags.php:411\nmsgid \"Date\"\nmsgstr \"Data\"\n\n#: inc/customer/progress-bar.php:162\nmsgid \"Default\"\nmsgstr \"Padrão\"\n\n#: inc/customer/navbar.php:202\nmsgid \"Display a Search Bar\"\nmsgstr \"Mostrar uma barra de pesquisa\"\n\n#: inc/customer/progress-bar.php:145\nmsgid \"Display Percentage Number\"\nmsgstr \"Mostrar a porcentagem (número)\"\n\n#: inc/customer/progress-bar.php:134\nmsgid \"Display Progress Bar\"\nmsgstr \"Mostrar barra de progresso\"\n\n#: inc/template-tags.php:319\nmsgid \"Edit\"\nmsgstr \"Editar\"\n\n#: inc/template-functions.php:292\nmsgid \"Email\"\nmsgstr \"Email\"\n\n#: inc/customer/layout.php:215\nmsgid \"Extra large - 64 x 64\"\nmsgstr \"Extra grante - 64 x 64\"\n\n#: inc/customer/post-page.php:97\nmsgid \"Featured Image\"\nmsgstr \"Imagem de destaque\"\n\n#: inc/template-tags.php:176\nmsgid \"First\"\nmsgstr \"Primeira\"\n\n#: inc/template-tags.php:175\nmsgid \"First Page\"\nmsgstr \"Primeira página\"\n\n#: functions.php:163 inc/customer/layout.php:59 inc/customer/post-card.php:73\nmsgid \"Footer\"\nmsgstr \"Rodapé\"\n\n#: inc/customer/layout.php:224\nmsgid \"Footer Location\"\nmsgstr \"Localização do rodapé\"\n\n#: functions.php:140\nmsgid \"Footer Menu\"\nmsgstr \"Menu do rodapé\"\n\n#: inc/customer/post-card.php:62\nmsgid \"Header\"\nmsgstr \"Cabeçalho\"\n\n#: functions.php:138\nmsgid \"Header Menu\"\nmsgstr \"Menu do cabeçalho\"\n\n#: inc/template-tags.php:90 inc/template-tags.php:592\nmsgid \"Home\"\nmsgstr \"Início\"\n\n#: inc/customer/layout.php:32 inc/customer/navbar.php:41\nmsgid \"Homepage\"\nmsgstr \"Página inicial\"\n\n#: functions.php:193\nmsgid \"Homepage Intro\"\nmsgstr \"Introdução da página inicial\"\n\n#: functions.php:183\nmsgid \"Homepage Middle\"\nmsgstr \"Meio da página inicial\"\n\n#: functions.php:203\nmsgid \"Homepage Sidebar\"\nmsgstr \"Barra lateral da página inicial\"\n\n#. Author URI of the theme\nmsgid \"https://terryl.in\"\nmsgstr \"https://terryl.in\"\n\n#. URI of the theme\nmsgid \"https://terryl.in/en/repository/mynote/\"\nmsgstr \"https://terryl.in/en/repository/mynote/\"\n\n#. Name of the template\nmsgid \"Landing page\"\nmsgstr \"Página de destino\"\n\n#. Name of the template\nmsgid \"Landing Page (full)\"\nmsgstr \"Página de destino (completa)\"\n\n#. Name of the template\nmsgid \"Landing Page (simple)\"\nmsgstr \"Página de destino (simples)\"\n\n#: inc/customer/layout.php:214\nmsgid \"Large - 48 x 48\"\nmsgstr \"Grande - 48 x 48\"\n\n#: inc/template-tags.php:220\nmsgid \"Last\"\nmsgstr \"Último\"\n\n#: page.php:64 single-product.php:70 single.php:84\nmsgid \"Last modified: \"\nmsgstr \"Modificado pela ultima vez: \"\n\n#: inc/template-tags.php:219\nmsgid \"Last Page\"\nmsgstr \"Última página\"\n\n#: inc/customer/layout.php:22\nmsgid \"Layout\"\nmsgstr \"Leiaute\"\n\n#: inc/customer/navbar.php:148 inc/customer/navbar.php:182\nmsgid \"Link Color\"\nmsgstr \"Cor do link\"\n\n#: inc/customer/navbar.php:159 inc/customer/navbar.php:192\nmsgid \"Link Hover Color\"\nmsgstr \"Cor de sobreposição do link\"\n\n#: header.php:58\nmsgid \"Logo\"\nmsgstr \"Logo\"\n\n#: inc/customer/layout.php:213\nmsgid \"Medium - 40 x 40\"\nmsgstr \"Médio - 40 x 40\"\n\n#. Name of the theme\n#: inc/template-tags.php:555\nmsgid \"Mynote\"\nmsgstr \"Mynote\"\n\n#: inc/customer/about.php:64\nmsgid \"\"\n\"Mynote is a responsive theme (RWD, responsive web design). However, if you \"\n\"would like to disable RWD, here it is.\"\nmsgstr \"\"\n\"Mynote é um tema responsivo (RWD, responsive web design). Porém, você pode \"\n\"desativar o RWD se quiser, aqui está.\"\n\n#. Description of the theme\nmsgid \"\"\n\"Mynote is a responsive, clean, Markdown friendly WordPress blog theme. It is \"\n\"based on Bootstrap 4 and Fontawesome 5. It is suitable for programming, \"\n\"business, technical, professional, niche and any kind of blogging sites. \"\n\"Mynote has landing-page templates so that can your highly customize your \"\n\"homepage, make your website unique and professional.\"\nmsgstr \"\"\n\"Mynote é um tema para WordPress responsivo, limpo e amigável ao Markdown. \"\n\"Ele é baseado no Bootstrap 4 e Fontawesome 5. Ele é ótimo para qualquer tipo \"\n\"de site de programação, negócios, técnicos, nicho e qualquer tipo de blog. \"\n\"Mynote tem um modelo de página de destino, assim você pode personalizar sua \"\n\"página inicial, tornando seu site único e profissional.\"\n\n#: inc/customer/about.php:24\nmsgid \"\"\n\"Mynote is an open source project on GitHub, any suggestions to improve this \"\n\"theme are welcome. Please visit:\"\nmsgstr \"\"\n\"Mynote é um projeto de código aberto no GitHub, quaisquer sugestões para \"\n\"melhorar este tema são bem vindas. Por favor, visite:\"\n\n#: inc/template-functions.php:281\nmsgid \"Name\"\nmsgstr \"Nome\"\n\n#: inc/customer/navbar.php:31\nmsgid \"Navbar\"\nmsgstr \"Barra de navegação\"\n\n#: comments.php:53 inc/template-tags.php:212\nmsgid \"Next\"\nmsgstr \"Próximo\"\n\n#: inc/template-tags.php:211\nmsgid \"Next Page\"\nmsgstr \"Próxima página\"\n\n#: pagination.php:25\nmsgid \"Next page\"\nmsgstr \"Próxima página\"\n\n#: single-product.php:98 single.php:121\nmsgid \"Next Post\"\nmsgstr \"Próxima publicação\"\n\n#: pagination.php:26 inc/template-tags.php:201\nmsgid \"Page\"\nmsgstr \"Página\"\n\n#: inc/template-tags.php:165\nmsgid \"Page navigation\"\nmsgstr \"Navegação de páginas\"\n\n#: 404.php:20\nmsgid \"Page not found\"\nmsgstr \"Página não encontrada\"\n\n#: page.php:56 single-product.php:60 single.php:74\n#: template-parts/page/landing-page.php:66\nmsgid \"Pages:\"\nmsgstr \"Páginas:\"\n\n#: inc/template-functions.php:148\nmsgid \"Pingback:\"\nmsgstr \"Pingback:\"\n\n#: inc/customer/navbar.php:213\nmsgid \"Placeholder Color\"\nmsgstr \"Cor do preenchimento\"\n\n#: inc/customer/layout.php:50\nmsgid \"Post\"\nmsgstr \"Publicação\"\n\n#: inc/customer/post-page.php:87\nmsgid \"Post Author and Date\"\nmsgstr \"Autor e data da publicação\"\n\n#: inc/customer/post-card.php:26\nmsgid \"Post Card\"\nmsgstr \"Cartão da publicação\"\n\n#: inc/customer/post-page.php:27\nmsgid \"Post Page\"\nmsgstr \"Página da publicação\"\n\n#: comments.php:52 inc/template-tags.php:184\nmsgid \"Previous\"\nmsgstr \"Anterior\"\n\n#: inc/template-tags.php:183\nmsgid \"Previous Page\"\nmsgstr \"Página anterior\"\n\n#: pagination.php:24\nmsgid \"Previous page\"\nmsgstr \"Página anterior\"\n\n#: single-product.php:97 single.php:120\nmsgid \"Previous Post\"\nmsgstr \"Publicação anterior\"\n\n#: inc/customer/progress-bar.php:32\nmsgid \"Progress Bar\"\nmsgstr \"Barra de progresso\"\n\n#: inc/template-tags.php:375\nmsgid \"Read\"\nmsgstr \"Ler\"\n\n#: inc/template-functions.php:76\nmsgid \"read more\"\nmsgstr \"leia mais\"\n\n#: 404.php:30\nmsgid \"Return home?\"\nmsgstr \"Retornar para o início?\"\n\n#: inc/customer/about.php:61\nmsgid \"RWD\"\nmsgstr \"RWD\"\n\n#: inc/customer/homepage.php:31\nmsgid \"Scrolling down button\"\nmsgstr \"Botão de rolagem para cima\"\n\n#: inc/customer/navbar.php:59\nmsgid \"Search Bar\"\nmsgstr \"Barra de pesquisa\"\n\n#: inc/template-functions.php:255\nmsgid \"Send\"\nmsgstr \"Enviar\"\n\n#: functions.php:153\nmsgid \"Sidebar\"\nmsgstr \"Barra lateral\"\n\n#: inc/customer/layout.php:124 inc/customer/layout.php:140\n#: inc/customer/layout.php:190\nmsgid \"Sidebar Location\"\nmsgstr \"Localização da barra lateral\"\n\n#: functions.php:139\nmsgid \"Sidebar Menu\"\nmsgstr \"Menu da barra lateral\"\n\n#: inc/customer/layout.php:212\nmsgid \"Small - 32 x 32\"\nmsgstr \"Pequeno - 32 x 32\"\n\n#: inc/customer/layout.php:206\nmsgid \"Social Icon Size\"\nmsgstr \"Tamanho do ícone social\"\n\n#: functions.php:141\nmsgid \"Social Links Menu\"\nmsgstr \"Menu de links sociais\"\n\n#: loop.php:70 page.php:73 single-product.php:87 single.php:104\n#: template-parts/page/landing-page.php:76\nmsgid \"Sorry, nothing to display.\"\nmsgstr \"Desculpe, mas não há nada para exibir.\"\n\n#: functions.php:173\nmsgid \"Sticky Sidebar\"\nmsgstr \"Barra lateral \\\"pegajosa\\\"\"\n\n#. Author of the theme\nmsgid \"Terry Lin\"\nmsgstr \"Terry Lin\"\n\n#: inc/customer/progress-bar.php:185\nmsgid \"Text Color\"\nmsgstr \"Cor do texto\"\n\n#: inc/customer/progress-bar.php:42\nmsgid \"The basic settings of the page progress bar.\"\nmsgstr \"As configurações básicas da barra de progresso da página.\"\n\n#: 404.php:28\nmsgid \"The page you are looking for does not exist or it may have been moved.\"\nmsgstr \"A página que você está procurando não existe ou pode ter sido movida.\"\n\n#: inc/template-tags.php:555\nmsgid \"Theme by\"\nmsgstr \"Tema por\"\n\n#: inc/customer/navbar.php:136 inc/customer/navbar.php:149\n#: inc/customer/navbar.php:160\nmsgid \"This option is for homepage only.\"\nmsgstr \"Esta opção é apenas para a página inicial.\"\n\n#: searchform.php:19\nmsgid \"To search, type and hit enter.\"\nmsgstr \"Para pesquisar, digite e pressione \\\"enter\\\".\"\n\n#: header.php:72\nmsgid \"Toggle navigation\"\nmsgstr \"Alternar navegaçao\"\n\n#: inc/template-functions.php:303 inc/customer/navbar.php:50\nmsgid \"Website\"\nmsgstr \"Website\"\n\n#: inc/customer/progress-bar.php:148\nmsgid \"Would you like to display a percentage number on the progress bar?\"\nmsgstr \"Gostaria de exibir um número de porcentagem na barra de progresso?\"\n\n#: inc/customer/progress-bar.php:137\nmsgid \"Would you like to display a progress bar while reading?\"\nmsgstr \"Gostaria de exibir uma barra de progresso durante a leitura?\"\n\n#: inc/customer/navbar.php:205\nmsgid \"Would you like to display a search bar in header navbar area?\"\nmsgstr \"\"\n\"Gostaria de mostrar uma barra de busca na área da barra de navegação do \"\n\"cabeçalho?\"\n\n#: inc/customer/post-card.php:87\nmsgid \"Would you like to display the border of the post card?\"\nmsgstr \"Gostaria de exibir a borda do cartão de publicação?\"\n\n#: inc/customer/post-card.php:76\nmsgid \"Would you like to display the footer of the post card?\"\nmsgstr \"Gostaria de exibir o rodapé do cartão de publicação?\"\n\n#: inc/customer/post-card.php:65\nmsgid \"\"\n\"Would you like to display the header of the post card? (Post thumbnail is \"\n\"located on this section. Choosing `No` will hide it.)\"\nmsgstr \"\"\n\"Gostaria de mostrar o cabeçalho do cartão da publicação? (A miniatura da \"\n\"publicação está localizada nesta sessão. Ao selecionar 'não', ela será \"\n\"escondida.)\"\n\n#: inc/customer/homepage.php:34\nmsgid \"Would you like to display the scrolling down button? (desktop version)\"\nmsgstr \"Gostaria de mostrar o botão de deslizar para cima? (versão de desktop)\"\n\n#: inc/template-functions.php:256\nmsgid \"Write a Reply or Comment\"\nmsgstr \"Escreva uma resposta ou comentário\"\n\n#: inc/template-functions.php:223\nmsgid \"Your comment is awaiting moderation.\"\nmsgstr \"Seu comentário está aguardando pela moderação.\"\n\n#: inc/template-functions.php:262\nmsgid \"Your email address will not be published.\"\nmsgstr \"Seu endereço de e-mail não será publicado.\"\n"
  },
  {
    "path": "mynote-child/functions.php",
    "content": "<?php\n/**\n * If you would like to customize something by using Mynote, there is an sample\n * ready for you, just copy `mynote-child` into your WordPress theme directory,\n * and then activate the Mynote Child them in the control panel.\n *\n * - function.php   The entry point for extending functions you need.\n * - screenshot.png The thumbnail image dispalyed in control panel.\n * - style.css      The initial file that WordPress recognizes as a child them.\n */\n\n// Put your code here.\n\n"
  },
  {
    "path": "mynote-child/style.css",
    "content": "/*\nTheme Name: Mynote Child\nTheme URL: https://terryl.in\nDescription: Mynote Child Theme\nAuthor: Terry Lin\nAuthor URL: https://terryl.in\nTemplate: mynote\nVersion: 1.0.0\nText Domain: mynote-child\n*/\n\n"
  },
  {
    "path": "page.php",
    "content": "<?php\n/**\n * Used in Search Results and for Recent Posts in Front Page panels.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\nget_header();\n\n?>\n\n<?php mynote_title_progress_bar(); ?>\n\n<div class=\"data-schema is-page\" itemscope itemtype=\"<?php mynote_article_schema(); ?>\">\n\n\t<?php\n\t\t/**\n\t\t * Hook: mynote_page_before\n\t\t *\n\t\t * @hooked mynote_post_metadata - 10\n\t\t */\n\t\tdo_action( 'mynote_page_before' );\n\t?>\n\n\t<div class=\"container\">\n\t\t<div class=\"row\">\n\t\t\t<main id=\"main-container\" class=\"col\" role=\"main\">\n\n\t\t\t\t<?php if ( have_posts() ) : ?>\n\n\t\t\t\t\t<?php while ( have_posts() ) : ?>\n\n\t\t\t\t\t\t<?php the_post(); ?>\n\n\t\t\t\t\t\t<article id=\"post-<?php the_ID(); ?>\" <?php post_class( 'markdown-body' ); ?>>\n\n\t\t\t\t\t\t\t<?php if ( has_post_thumbnail() ) : ?>\n\t\t\t\t\t\t\t\t<?php mynote_post_figure(); ?>\n\t\t\t\t\t\t\t<?php endif; ?>\n\n\t\t\t\t\t\t\t<div itemprop=\"articleBody\">\n\t\t\t\t\t\t\t\t<?php\n\t\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t\t * Hook: mynote_page_content_before\n\t\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\t\tdo_action( 'mynote_page_content_before' );\n\n\t\t\t\t\t\t\t\t\tthe_content();\n\n\t\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t\t * Hook: mynote_page_content_after\n\t\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\t\tdo_action( 'mynote_page_content_after' );\n\n\t\t\t\t\t\t\t\t\twp_link_pages(\n\t\t\t\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t\t\t\t'before' => '<div class=\"page-links\">' . __( 'Pages:', 'mynote' ),\n\t\t\t\t\t\t\t\t\t\t\t'after'  => '</div>',\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t?>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</article>\n\n\t\t\t\t\t\t<section class=\"modified-date\" itemprop=\"dateModified\" content=\"<?php the_modified_date( 'c' ); ?>\">\n\t\t\t\t\t\t\t<?php esc_html_e( 'Last modified: ', 'mynote' ); ?>\n\t\t\t\t\t\t\t<?php the_modified_date(); ?>\n\t\t\t\t\t\t</section>\n\n\t\t\t\t\t\t<section class=\"tags\">\n\t\t\t\t\t\t\t<?php the_tags( '', '' ); ?>\n\t\t\t\t\t\t</section>\n\n\t\t\t\t\t\t<?php comments_template(); ?>\n\n\t\t\t\t\t<?php endwhile; ?>\n\n\t\t\t\t<?php else : ?>\n\n\t\t\t\t\t<article>\n\t\t\t\t\t\t<h1><?php esc_html_e( 'Sorry, nothing to display.', 'mynote' ); ?></h1>\n\t\t\t\t\t</article>\n\n\t\t\t\t<?php endif; ?>\n\n\t\t\t</main>\n\t\t</div><!-- .row -->\n\t</div><!-- .container -->\n\n\t<?php\n\t\t/**\n\t\t * Hook: mynote_page_after\n\t\t */\n\t\tdo_action( 'mynote_page_after' );\n\t?>\n\n</div>\n\n<?php\n\nget_footer();\n"
  },
  {
    "path": "phpcs.xml",
    "content": "<?xml version=\"1.0\"?>\n<ruleset name=\"WordPress Coding Standards\">\n\t<description>Apply WordPress Coding Standards to all Core files</description>\n\n\t<!-- Only scan PHP files. -->\n\t<arg name=\"extensions\" value=\"php\"/>\n\n\t<!-- Whenever possible, cache the scan results and re-use those for unchanged files on the next scan. -->\n\t<arg name=\"cache\"/>\n\n\t<!-- Set the memory limit to 256M.\n\t\t For most standard PHP configurations, this means the memory limit will temporarily be raised.\n\t\t Ref: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#specifying-phpini-settings\n\t-->\n\t<ini name=\"memory_limit\" value=\"256M\"/>\n\n\t<!-- Strip the filepaths down to the relevant bit. -->\n\t<arg name=\"basepath\" value=\"./\"/>\n\n\t<!-- Check up to 20 files simultaneously. -->\n\t<arg name=\"parallel\" value=\"20\"/>\n\n\t<!-- Show sniff codes in all reports. -->\n\t<arg value=\"ps\"/>\n\n\t<file>.</file>\n\n\t<rule ref=\"WordPress-Core\"/>\n\t<rule ref=\"WordPress.CodeAnalysis.EmptyStatement\"/>\n\n\t<!-- These rules are being set as warnings instead of errors, so we can error check the entire codebase. -->\n\t<rule ref=\"WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase\">\n\t\t<type>warning</type>\n\t</rule>\n\t<rule ref=\"WordPress.DB.PreparedSQL.InterpolatedNotPrepared\">\n\t\t<type>warning</type>\n\t</rule>\n\t<rule ref=\"WordPress.DB.PreparedSQL.NotPrepared\">\n\t\t<type>warning</type>\n\t</rule>\n\t<rule ref=\"WordPress.Files.FileName.InvalidClassFileName\">\n\t\t<type>warning</type>\n\t</rule>\n\n\t<rule ref=\"WordPress.NamingConventions.ValidVariableName\">\n\t\t<properties>\n\t\t\t<property name=\"customPropertiesWhitelist\" type=\"array\">\n\t\t\t\t<!-- From database structure queries. -->\n\t\t\t\t<element value=\"Collation\"/>\n\t\t\t\t<element value=\"Column_name\"/>\n\t\t\t\t<element value=\"Default\"/>\n\t\t\t\t<element value=\"Extra\"/>\n\t\t\t\t<element value=\"Field\"/>\n\t\t\t\t<element value=\"Index_type\"/>\n\t\t\t\t<element value=\"Key\"/>\n\t\t\t\t<element value=\"Key_name\"/>\n\t\t\t\t<element value=\"Msg_text\"/>\n\t\t\t\t<element value=\"Non_unique\"/>\n\t\t\t\t<element value=\"Null\"/>\n\t\t\t\t<element value=\"Sub_part\"/>\n\t\t\t\t<element value=\"Type\"/>\n\t\t\t\t<!-- From plugin/theme data. -->\n\t\t\t\t<element value=\"authorAndUri\"/>\n\t\t\t\t<element value=\"Name\"/>\n\t\t\t\t<element value=\"Version\"/>\n\t\t\t\t<!-- From the result of wp_xmlrpc_server::wp_getPageList(). -->\n\t\t\t\t<element value=\"dateCreated\"/>\n\n\t\t\t\t<!-- From DOMDocument. -->\n\t\t\t\t<element value=\"childNodes\"/>\n\t\t\t\t<element value=\"formatOutput\"/>\n\t\t\t\t<element value=\"nodeName\"/>\n\t\t\t\t<element value=\"nodeType\"/>\n\t\t\t\t<element value=\"parentNode\"/>\n\t\t\t\t<element value=\"preserveWhiteSpace\"/>\n\t\t\t\t<element value=\"textContent\"/>\n\t\t\t\t<!-- From PHPMailer. -->\n\t\t\t\t<element value=\"AltBody\"/>\n\t\t\t\t<element value=\"Body\"/>\n\t\t\t\t<element value=\"CharSet\"/>\n\t\t\t\t<element value=\"ContentType\"/>\n\t\t\t\t<element value=\"Encoding\"/>\n\t\t\t\t<element value=\"Hostname\"/>\n\t\t\t\t<element value=\"mailHeader\"/>\n\t\t\t\t<element value=\"MIMEBody\"/>\n\t\t\t\t<element value=\"MIMEHeader\"/>\n\t\t\t\t<element value=\"Sender\"/>\n\t\t\t\t<element value=\"Subject\"/>\n\t\t\t\t<!-- From PHPUnit_Util_Getopt. -->\n\t\t\t\t<element value=\"longOptions\"/>\n\t\t\t\t<!-- From POP3. -->\n\t\t\t\t<element value=\"ERROR\"/>\n\t\t\t\t<!-- From ZipArchive. -->\n\t\t\t\t<element value=\"numFiles\"/>\n\t\t\t</property>\n\t\t</properties>\n\t</rule>\n\n\t<!-- Exclude the build folder in the current directory, as Travis puts the checkout in a build directory. -->\n\t<exclude-pattern type=\"relative\">^build/*</exclude-pattern>\n\n\t<!-- Directories and third party library exclusions. -->\n\t<exclude-pattern>/node_modules/*</exclude-pattern>\n\t<exclude-pattern>/vendor/*</exclude-pattern>\n\n\t<exclude-pattern>/src/wp-admin/includes/class-ftp*</exclude-pattern>\n\t<exclude-pattern>/src/wp-admin/includes/class-pclzip\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-admin/includes/deprecated\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-admin/includes/ms-deprecated\\.php</exclude-pattern>\n\n\t<exclude-pattern>/src/wp-includes/atomlib\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/class-IXR\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/class-json\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/class-phpass\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/class-pop3\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/class-requests\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/class-simplepie\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/class-snoopy\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/class-wp-block-parser\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/deprecated\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/ms-deprecated\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/pluggable-deprecated\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/rss\\.php</exclude-pattern>\n\n\t<exclude-pattern>/src/wp-includes/assets/*</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/blocks/*</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/ID3/*</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/IXR/*</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/js/*</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/PHPMailer/*</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/random_compat/*</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/Requests/*</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/SimplePie/*</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/sodium_compat/*</exclude-pattern>\n\t<exclude-pattern>/src/wp-includes/Text/*</exclude-pattern>\n\n\t<exclude-pattern>/tests/phpunit/includes/phpunit7/MockObject/*</exclude-pattern>\n\t<exclude-pattern>/tests/phpunit/includes/speed-trap-listener\\.php</exclude-pattern>\n\n\t<!-- Test data and fixtures. -->\n\t<exclude-pattern>/tests/phpunit/build*</exclude-pattern>\n\t<exclude-pattern>/tests/phpunit/data/*</exclude-pattern>\n\n\t<exclude-pattern>/tools/*</exclude-pattern>\n\n\t<!-- Drop-in plugins. -->\n\t<exclude-pattern>/src/wp-content/advanced-cache\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-content/blog-deleted\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-content/blog-inactive\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-content/blog-suspended\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-content/db-error\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-content/db\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-content/fatal-error-handler\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-content/install\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-content/maintenance\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-content/object-cache\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-content/php-error\\.php</exclude-pattern>\n\t<exclude-pattern>/src/wp-content/sunrise\\.php</exclude-pattern>\n\n\t<!-- Must-Use plugins. -->\n\t<exclude-pattern>/src/wp-content/mu-plugins/*</exclude-pattern>\n\n\t<!-- Plugins. -->\n\t<exclude-pattern>/src/wp-content/plugins/*</exclude-pattern>\n\n\t<!-- Themes except the twenty* themes. -->\n\t<exclude-pattern>/src/wp-content/themes/(?!twenty)*</exclude-pattern>\n\n\t<!-- Whitelist the WP DB Class and related tests for usage of direct database access functions. -->\n\t<rule ref=\"WordPress.DB.RestrictedFunctions\">\n\t\t<exclude-pattern>/src/wp-includes/wp-db\\.php</exclude-pattern>\n\t\t<exclude-pattern>/tests/phpunit/tests/db/charset\\.php</exclude-pattern>\n\t</rule>\n\n\t<!-- Whitelist the WP DB related tests for issues with prepared SQL placeholders\n\t\t (as the handling of those are being tested). -->\n\t<rule ref=\"WordPress.DB.PreparedSQLPlaceholders.UnfinishedPrepare\">\n\t\t<exclude-pattern>/tests/phpunit/tests/db\\.php</exclude-pattern>\n\t</rule>\n\t<rule ref=\"WordPress.DB.PreparedSQLPlaceholders.UnsupportedPlaceholder\">\n\t\t<exclude-pattern>/tests/phpunit/tests/db\\.php</exclude-pattern>\n\t</rule>\n\t<rule ref=\"WordPress.DB.PreparedSQLPlaceholders.UnescapedLiteral\">\n\t\t<exclude-pattern>/tests/phpunit/tests/db\\.php</exclude-pattern>\n\t</rule>\n\t<rule ref=\"WordPress.DB.PreparedSQL.NotPrepared\">\n\t\t<exclude-pattern>/tests/phpunit/tests/admin/includesSchema\\.php</exclude-pattern>\n\t\t<exclude-pattern>/tests/phpunit/tests/multisite/site\\.php</exclude-pattern>\n\t</rule>\n\n\t<!-- Whitelist the I18n functions file from issues identified by the I18n sniff\n\t\t (such as calling the low-level translate() function). -->\n\t<rule ref=\"WordPress.WP.I18n\">\n\t\t<exclude-pattern>/src/wp-includes/l10n\\.php</exclude-pattern>\n\t\t<exclude-pattern>/tests/phpunit/tests/l10n\\.php</exclude-pattern>\n\t\t<exclude-pattern>/tests/phpunit/tests/l10n/loadTextdomainJustInTime\\.php</exclude-pattern>\n\t</rule>\n\n\t<!-- Translator comments aren't needed in unit tests. -->\n\t<rule ref=\"WordPress.WP.I18n.MissingTranslatorsComment\">\n\t\t<exclude-pattern>/tests/*</exclude-pattern>\n\t</rule>\n\n\t<rule ref=\"Generic.Functions.FunctionCallArgumentSpacing\">\n\t\t<exclude-pattern>/wp-config\\.php</exclude-pattern>\n\t\t<exclude-pattern>/wp-config-sample\\.php</exclude-pattern>\n\t\t<exclude-pattern>/wp-tests-config\\.php</exclude-pattern>\n\t\t<exclude-pattern>/wp-tests-config-sample\\.php</exclude-pattern>\n\t</rule>\n\n\t<!-- Exclude checking of line endings when reporting errors, but fix them when running phpcbf.\n\t\t Git and SVN manage these pretty well cross-platform as \"native\".\n\t\t Whitelist configuration files. -->\n\t<rule ref=\"Generic.Files.LineEndings\">\n\t\t<exclude-pattern>/wp-config\\.php</exclude-pattern>\n\t\t<exclude-pattern>/wp-config-sample\\.php</exclude-pattern>\n\t\t<exclude phpcs-only=\"true\" name=\"Generic.Files.LineEndings\"/>\n\t</rule>\n\n\t<!-- WPCS1620: template.php isn't a template tag file. -->\n\t<rule ref=\"WordPress.Files.FileName.InvalidTemplateTagFileName\">\n\t\t<exclude-pattern>/src/wp-includes/template\\.php</exclude-pattern>\n\t</rule>\n\n\t<!-- WPCS1621: These files are expected to use _ instead of -. -->\n\t<rule ref=\"WordPress.Files.FileName.NotHyphenatedLowercase\">\n\t\t<exclude-pattern>/src/_index\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-admin/_index\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-content/themes/twentythirteen/taxonomy-post_format\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-content/themes/twentyfourteen/taxonomy-post_format\\.php</exclude-pattern>\n\t</rule>\n\n\t<!-- Whitelist test classes for select sniffs. -->\n\t<rule ref=\"WordPress.Files.FileName\">\n\t\t<properties>\n\t\t\t<property name=\"custom_test_class_whitelist\" type=\"array\">\n\t\t\t\t<!-- Test case parent classes. -->\n\t\t\t\t<element value=\"WP_UnitTestCase\"/>\n\t\t\t\t<element value=\"WP_Ajax_UnitTestCase\"/>\n\t\t\t\t<element value=\"WP_Canonical_UnitTestCase\"/>\n\t\t\t\t<element value=\"WP_Test_REST_TestCase\"/>\n\t\t\t\t<element value=\"WP_Test_REST_Controller_Testcase\"/>\n\t\t\t\t<element value=\"WP_Test_REST_Post_Type_Controller_Testcase\"/>\n\t\t\t\t<element value=\"WP_XMLRPC_UnitTestCase\"/>\n\t\t\t\t<element value=\"WP_Filesystem_UnitTestCase\"/>\n\t\t\t\t<element value=\"WP_Image_UnitTestCase\"/>\n\t\t\t\t<element value=\"WP_HTTP_UnitTestCase\"/>\n\t\t\t\t<element value=\"WP_Tests_Image_Resize_UnitTestCase\"/>\n\t\t\t\t<element value=\"WP_Import_UnitTestCase\"/>\n\t\t\t\t<element value=\"Tests_Query_Conditionals\"/>\n\t\t\t\t<element value=\"WP_Test_XML_TestCase\"/>\n\n\t\t\t\t<!-- Mock classes. -->\n\t\t\t\t<element value=\"Spy_REST_Server\"/>\n\t\t\t\t<element value=\"WP_REST_Test_Controller\"/>\n\t\t\t\t<element value=\"WP_Image_Editor_Mock\"/>\n\t\t\t\t<element value=\"WP_Filesystem_MockFS\"/>\n\t\t\t\t<element value=\"MockPHPMailer\"/>\n\t\t\t\t<element value=\"MockAction\"/>\n\t\t\t\t<element value=\"WP_Object_Cache\"/>\n\n\t\t\t\t<!-- PHPUnit helpers. -->\n\t\t\t\t<element value=\"TracTickets\"/>\n\t\t\t\t<element value=\"WP_PHPUnit_Util_Getopt\"/>\n\t\t\t\t<element value=\"PHPUnit_Util_Test\"/>\n\t\t\t\t<element value=\"WPProfiler\"/>\n\t\t\t\t<element value=\"SpeedTrapListener\"/>\n\t\t\t\t<element value=\"PHPUnit_Framework_Exception\"/>\n\t\t\t</property>\n\t\t</properties>\n\t</rule>\n\n\t<rule ref=\"WordPress.PHP.NoSilencedErrors\">\n\t\t<properties>\n\t\t\t<property name=\"custom_whitelist\" type=\"array\">\n\t\t\t\t<element value=\"ssh2_connect\"/>\n\t\t\t\t<element value=\"ssh2_auth_password\"/>\n\t\t\t\t<element value=\"ssh2_auth_pubkey_file\"/>\n\t\t\t\t<element value=\"ftp_ssl_connect\"/>\n\t\t\t\t<element value=\"ftp_connect\"/>\n\t\t\t\t<element value=\"ftp_get_option\"/>\n\t\t\t\t<element value=\"ftp_set_option\"/>\n\t\t\t\t<element value=\"disk_free_space\"/>\n\t\t\t\t<element value=\"getimagesize\"/>\n\t\t\t\t<element value=\"iptcparse\"/>\n\t\t\t\t<element value=\"exif_read_data\"/>\n\t\t\t\t<element value=\"gzinflate\"/>\n\t\t\t\t<element value=\"gzuncompress\"/>\n\t\t\t\t<element value=\"gzdecode\"/>\n\t\t\t</property>\n\t\t</properties>\n\t</rule>\n\n\t<!-- Enforce no parenthesis for language constructs, and only one space immediately after.\n\t\t Including this rule is temporary until it is moved from the WordPress-Extra ruleset to\n\t\t the WordPress-Core ruleset upstream.\n\t-->\n\t<rule ref=\"PEAR.Files.IncludingFile.BracketsNotRequired\">\n\t\t<type>warning</type>\n\t</rule>\n\t<rule ref=\"PEAR.Files.IncludingFile.UseRequire\">\n\t\t<type>warning</type>\n\t</rule>\n\t<rule ref=\"PEAR.Files.IncludingFile.UseRequireOnce\">\n\t\t<type>warning</type>\n\t</rule>\n\t<rule ref=\"Squiz.WhiteSpace.LanguageConstructSpacing\"/>\n\n\t<!-- Assignments in while conditions are a valid method of looping over iterables. -->\n\t<rule ref=\"WordPress.CodeAnalysis.AssignmentInCondition.FoundInWhileCondition\">\n\t\t<exclude-pattern>*</exclude-pattern>\n\t</rule>\n\n\t<!-- Exclude the unit tests from select sniffs. -->\n\t<rule ref=\"WordPress.Files.FileName.NotHyphenatedLowercase\">\n\t\t<exclude-pattern>/tests/phpunit/tests/*</exclude-pattern>\n\t</rule>\n\t<rule ref=\"PEAR.NamingConventions.ValidClassName.Invalid\">\n\t\t<exclude-pattern>/tests/phpunit/tests/*</exclude-pattern>\n\t</rule>\n\n\t<!-- Exclude some old classes that can't be renamed, as it would break back compat. -->\n\t<rule ref=\"PEAR.NamingConventions.ValidClassName.Invalid\">\n\t\t<exclude-pattern>/src/wp-admin/includes/class-wp-filesystem-ftpsockets\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-includes/class-wp-oembed\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-includes/class-wp-oembed-controller\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-includes/class-wp-xmlrpc-server\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-includes/class-wp-text-diff-renderer-inline\\.php</exclude-pattern>\n\t</rule>\n\t<rule ref=\"PEAR.NamingConventions.ValidClassName.StartWithCapital\">\n\t\t<exclude-pattern>/src/wp-admin/includes/class-wp-list-table-compat\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-includes/class-wp-editor\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-includes/class-wp-xmlrpc-server\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-includes/wp-db\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-includes/class-wp-dependency\\.php</exclude-pattern>\n\t</rule>\n\n\t<!-- Exclude some incorrectly named files that won't be renamed. -->\n\t<rule ref=\"WordPress.Files.FileName.InvalidClassFileName\">\n\t\t<exclude-pattern>/src/wp-admin/includes/class-wp-list-table-compat\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-includes/class-wp-dependency\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-includes/class-wp-editor\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-content/themes/twentyeleven/inc/widgets\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-content/themes/twentyfourteen/inc/widgets\\.php</exclude-pattern>\n\t\t<exclude-pattern>/src/wp-content/themes/twentyfourteen/inc/featured-content\\.php</exclude-pattern>\n\t</rule>\n</ruleset>"
  },
  {
    "path": "scss/_bootstrap.scss",
    "content": "// Credit: https://github.com/twbs/bootstrap\n// URL: https://getbootstrap.com\n// License: MIT\n// Thanks for Bootstrap team. I picked up some useful functions for needed.\n\n// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n//    (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n//    >> breakpoint-next(sm)\n//    md\n//    >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n//    md\n//    >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n//    md\n\n// \n// \n// $grid-breakpoints: (\n// \txs: 0,\n// \tmx: 360px,\n// \tsm: 576px,\n// \tmd: 768px,\n// \tlg: 992px,\n// \txl: 1200px\n// ) !default;\n// \n\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n\t\t$n: index($breakpoint-names, $name);\n\t\t@return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n//    >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n//    576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n\t$min: map-get($breakpoints, $name);\n\t@return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n//    >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n//    767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n\t$next: breakpoint-next($name, $breakpoints);\n\t@return if($next, breakpoint-min($next, $breakpoints) - .02px, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash infront.\n// Useful for making responsive utilities.\n//\n//    >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n//    \"\"  (Returns a blank string)\n//    >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n//    \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n\t@return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n\t$min: breakpoint-min($name, $breakpoints);\n\t@if $min {\n\t\t@media (min-width: $min) {\n\t\t\t@content;\n\t\t}\n\t} @else {\n\t\t@content;\n\t}\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n\t$max: breakpoint-max($name, $breakpoints);\n\t@if $max {\n\t\t@media (max-width: $max) {\n\t\t\t@content;\n\t\t}\n\t} @else {\n\t\t@content;\n\t}\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n\t$min: breakpoint-min($lower, $breakpoints);\n\t$max: breakpoint-max($upper, $breakpoints);\n\n\t@if $min != null and $max != null {\n\t\t@media (min-width: $min) and (max-width: $max) {\n\t\t\t@content;\n\t\t}\n\t} @else if $max == null {\n\t\t@include media-breakpoint-up($lower, $breakpoints) {\n\t\t\t@content;\n\t\t}\n\t} @else if $min == null {\n\t\t@include media-breakpoint-down($upper, $breakpoints) {\n\t\t\t@content;\n\t\t}\n\t}\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n\t$min: breakpoint-min($name, $breakpoints);\n\t$max: breakpoint-max($name, $breakpoints);\n\n\t@if $min != null and $max != null {\n\t\t@media (min-width: $min) and (max-width: $max) {\n\t\t\t@content;\n\t\t}\n\t} @else if $max == null {\n\t\t@include media-breakpoint-up($name, $breakpoints) {\n\t\t\t@content;\n\t\t}\n\t} @else if $min == null {\n\t\t@include media-breakpoint-down($name, $breakpoints) {\n\t\t\t@content;\n\t\t}\n\t}\n}\n\n@mixin clearfix() {\n\t&::after {\n\t\tdisplay: block;\n\t\tclear: both;\n\t\tcontent: \"\";\n\t}\n}\n\n// Retrieve color Sass maps\n@function color($key: \"blue\") {\n\t@return map-get($colors, $key);\n}\n  \n@function theme-color($key: \"primary\") {\n\t@return map-get($theme-colors, $key);\n}\n  \n@function gray($key: \"100\") {\n\t@return map-get($grays, $key);\n}\n\n\n"
  },
  {
    "path": "scss/_breadcrumb.scss",
    "content": ".breadcrumb {\n    font-size: 0.813rem !important;\n    border-radius: 0 !important;\n\n    ul, li {\n        margin: 0 !important;\n        padding-top: 0 !important;\n        padding-bottom: 0 !important;\n    }\n\n    li:last-child {\n        text-overflow: ellipsis;\n        white-space: nowrap;\n        overflow: hidden;\n\n        @include media-breakpoint-down(sm) {\n            width: 50%;\n\n        }\n    }\n\n    i {\n        color: #333333;\n    }\n}\n\n.data-schema {\n    .breadcrumb {\n        margin-bottom: 0 !important;\n    }\n}\n\n"
  },
  {
    "path": "scss/_buttons.scss",
    "content": ".btn-counter {\n    display: inline-block;\n\n    .btn {\n        float: left;\n        color: #24292e;\n        position: relative;\n        display: inline-block;\n        padding: 3px 10px;\n        font-size: 12px;\n        font-weight: 600;\n        line-height: 20px;\n        white-space: nowrap;\n        vertical-align: middle;\n        cursor: pointer;\n        -webkit-user-select: none;\n        -moz-user-select: none;\n        -ms-user-select: none;\n        user-select: none;\n        border: 1px solid rgba(27,31,35,0.2);\n        border-radius: 0.25em;\n        border-top-right-radius: 0;\n        border-bottom-right-radius: 0;\n        background-color: #eff3f6;\n        background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);\n        background-repeat: repeat-x;\n        background-position: -1px -1px;\n        background-size: 110% 110%;\n        -webkit-appearance: none;\n        -moz-appearance: none;\n        appearance: none;\n    }\n\n    &.active {\n        .btn {\n            background-image: linear-gradient(-180deg, #dddddd 0%, #ffffff 90%);\n        }\n    }\n\n    &.text-only .btn {\n        border-top-right-radius: 0.25em;\n        border-bottom-right-radius: 0.25em;\n    }\n\n    .count-box {\n        float: left;\n        padding: 3px 10px;\n        font-size: 12px;\n        font-weight: 600;\n        line-height: 20px;\n        color: #24292e;\n        vertical-align: middle;\n        background-color: #fff;\n        border: 1px solid rgba(27,31,35,0.2);\n        border-left: 0;\n        border-top-right-radius: 3px;\n        border-bottom-right-radius: 3px;\n    }\n}\n\n.btn-group {\n    display: inline-block;\n    font-size: 0;\n    \n    .btn-counter {\n\n        .btn {\n            border-radius: 0;\n        }\n\n        &:first-child .btn {\n            border-top-left-radius: 0.25em;\n            border-bottom-left-radius: 0.25em;\n        }\n\n        &:last-child .btn {\n            border-left-width: 0 !important;\n            border-top-right-radius: 0.25em;\n            border-bottom-right-radius: 0.25em;\n        }\n    }\n}\n\n.post-mynote-buttons {\n    overflow: hidden;\n    font-size: 0;\n    display: flex;\n\n    \n\n    a, a:hover {\n        text-decoration: none !important;\n    }\n\n    > div, > a {\n        margin-left: 5px !important;\n    }\n\n    .github-button-container {\n        display: inline-block;\n        margin-left: 5px;\n\n        a {\n            display: none;\n        }\n    }\n}\n\n.btn-green {\n    background-color: #28a745;\n    background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%);\n    border-color: rgba(27,31,35,0.5);\n    color: #ffffff;\n}\n\na {\n    &.btn, &.button-like-link {\n        text-decoration: none !important;\n    }\n    &.btn-xs {\n        padding: .125rem .25rem;\n        font-size: .675rem;\n        line-height: 1.2;\n        border-radius: .2rem;\n    }\n    &.btn-info {\n        color: #17a2b8;\n    }\n}\n\n\n"
  },
  {
    "path": "scss/_comment.scss",
    "content": "/* Comment */\n\n.discussion-timeline {\n    margin-top: 20px;\n    padding-top: 2px;\n    border-top: 1px solid #e6ebf1;\n}\n\n.comment-wrapper {\n    position: relative;\n    padding-left: 60px;\n    margin-top: 15px;\n    margin-bottom: 15px;\n    border-top: 2px solid #fff;\n    border-bottom: 2px solid #fff;\n\n    .comment-avatar {\n        float: left;\n        margin-left: -60px;\n        border-radius: 3px;\n\n        .avatar {\n            display: inline-block;\n            overflow: hidden;\n            line-height: 1;\n            vertical-align: middle;\n            border-radius: 3px;\n        }\n    }\n\n    .comment-container {\n        position: relative;\n        background-color: #fff;\n        border: 1px solid #d1d5da;\n        border-radius: 3px;\n    }\n    \n    .comment-header {\n        padding-right: 15px;\n        padding-left: 15px;\n        color: #586069;\n        border-top-left-radius: 3px;\n        border-top-right-radius: 3px;\n\n        .comment-header-text {\n            padding: 10px 0;\n            max-width: 75%;\n        }\n\n        .comment-label {\n            float: right;\n            padding: 2px 5px;\n            margin: 8px 0 0 10px;\n            font-size: 12px;\n            cursor: default;\n            border: 1px solid rgba(27, 31, 35, 0.1);\n            border-radius: 3px;\n        }\n\n        .comment-header-btn {\n            display: block;\n            float: right;\n            margin: 8px 0 0 10px;\n\n            a {\n                font-size: 14px;\n                padding: 5px;\n                color: rgba(27, 31, 35, 0.3) !important;\n            }\n        }\n    }\n\n    cite {\n\n        &.author  {\n            color: #c43d3d;\n\n            a {\n                color: #c43d3d !important;\n            }\n        }\n\n        &.reader {\n            color: #586069;\n\n            a {\n                color: #586069 !important;\n            }\n        }\n    }\n\n    .comment-link {\n        color: #586069 !important;\n    }\n    \n    .comment-body {\n        width: 100%;\n        padding: 15px;\n        overflow: visible;\n    }\n\n}\n\n.even {\n    .comment-header {\n        background-color: #f1f8ff;\n        border-bottom: 1px solid #c0d3eb;\n    }\n}\n\n.odd {\n    .comment-header {\n        background-color: #f6f8fa;\n        border-bottom: 1px solid #d1d5da;\n    }\n}\n\n.comment-reply-title {\n    margin: 10px 0;\n}\n\n\n"
  },
  {
    "path": "scss/_footer.scss",
    "content": "\n\n.footer {\n    margin: 40px 0 20px 0;\n\n    .footer-columns {\n        font-weight: 400;\n        font-size: 13px;\n        text-align: left;\n        display: flex;\n        justify-content: space-between;\n\n        a, strong {\n            font-weight: normal;\n            color: #333333;\n        }\n    }\n\n    .footer-nav {\n        text-align: center;\n        font-size: 14px;\n        display: inline-block;\n\n        ul.footer-menu {\n            padding: 0;\n            margin: 0;\n            display: inline-flex;\n            list-style-type: none;\n    \n            li {\n                margin: 0;\n\n                &:after {\n                    content: \"|\";\n                    color: #aaaaaa;\n                    margin: 0 10px;\n                    font-size: 13px;\n                }\n\n                &:last-child {\n                    &:after {\n                        display: none;\n                    }\n                }\n            }\n\n            a {\n                font-size: 13px;\n            }\n        }\n\n        ul.social-icon-links {\n            padding: 0;\n            margin: 0;\n            display: inline-flex;\n            list-style-type: none;\n    \n            li {\n                margin: 5px 10px;\n            }\n\n            a {\n                color: #333333;\n            }\n        }\n    }\n\n    @include media-breakpoint-down(sm) {\n        .footer-columns {\n            display: block;\n        }\n\n        .footer-nav {\n            display: block;\n    \n            ul.footer-menu {\n                display: block;\n                margin: 15px 0;\n\n                li {\n\n                    a {\n                        border: 1px #dddddd solid;\n                        display: block;\n                        padding: 5px 10px;\n                        margin: 5px 0;\n                        border-radius: 4px;\n                        text-decoration: none;\n\n                        &:hover {\n                            border: 1px #222222 solid;\n                            background-color: #333333;\n                            color: #ffffff;\n                        }\n\n                    }\n\n                    &:after {\n                        content: \"\";\n                        display: none;\n                    }\n                }\n            }\n    \n            ul.social-icon-links {\n                display: block;\n                list-style-type: none;\n\n                li {\n                    display: inline-block;\n                }\n            }\n        }\n    }\n\n    .brand-link {\n        &:hover {\n            background-color: #f1f1f1;\n            color: #111111;\n        }\n    }\n}\n\n.home {\n    .footer {\n        border-top: 0;\n    }\n}\n"
  },
  {
    "path": "scss/_functions.scss",
    "content": "// Base functions to get safe web font\n\n@function get-base-font($key: \"en\") {\n\t@return map-get($font-family-base, $key);\n}\n\n@function get-title-font($key: \"en\") {\n\t@return map-get($font-family-title, $key);\n}\n\n@function get-heading-font($key: \"en\") {\n\t@return map-get($font-family-heading, $key);\n}\n\n// Metal\n\n// Designer: Simurai \n// Credit:   http://simurai.com \n// Source:   https://codepen.io/simurai/pen/DwJdq\n\n// Simply modify it for my need.\n\n@mixin metal() {\n\ttext-shadow: hsla(0,0%,40%,.5) 0 -1px 0, hsla(0,0%,100%,.6) 0 2px 1px;\n\tbackground-image: -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 6%, hsla(0, 0%, 100%, .1) 7.5%), -webkit-repeating-linear-gradient(left, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 4%, hsla(0, 0%, 0%, .03) 4.5%), -webkit-repeating-linear-gradient(left, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 1.2%, hsla(0, 0%, 100%, .15) 2.2%), linear-gradient(180deg, hsl(0, 0%, 78%) 0%, hsl(0, 0%, 90%) 47%, hsl(0, 0%, 78%) 53%, hsl(0, 0%, 70%)100%);\n\tcolor: hsla(0,0%,20%,1);\n\tbox-shadow: inset hsla(0,0%,15%, .2) 0  0px 0px 1px, /* border */\n\t\tinset hsla(0,0%,15%, .2) 0 -1px 1px 1px, /* soft SD */\n\t\tinset hsla(0,0%,0%, .25) 0 -1px 0px 2px, /* bottom SD */\n\t\tinset hsla(0,0%,100%,.7) 0  1px 0px 2px, /* top HL */\n\t\thsla(0,0%, 0%,.15) 0 -1px 1px 1px, /* outer SD */\n\t\thsla(0,0%,100%,.5) 0  1px 1px 1px; /* outer HL */ \n}"
  },
  {
    "path": "scss/_header.scss",
    "content": "\r\n\r\n.header {\r\n\tbackground-color: $header_navbar_bg;\r\n\tcolor: #c8c9ca;\r\n\tposition: relative;\r\n\tz-index: 2;\r\n\r\n    .container {\r\n        min-height: 60px;\r\n\t}\r\n\r\n\t.logo-img {\r\n\t\theight: 32px;\r\n\t}\r\n\r\n\t.navbar-brand {\r\n\t\tpadding: 0;\r\n\t}\r\n\r\n\t.navbar {\r\n\t\tmin-height: 60px;\r\n\t\tpadding: 10px !important;\r\n\r\n\t\t.home-link {\r\n\t\t\ttext-decoration: none;\r\n\t\t\tcolor: #f1f1f1;\r\n\t\t\tmargin-right: 20px;\r\n\r\n\t\t\t&:hover {\r\n\t\t\t\tcolor: #ffffff !important;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\t&.fixed-top {\r\n\t\t.container {\r\n\t\t\tjustify-content: flex-start;\r\n\t\t}\r\n\t}\r\n\r\n\t.search-bar {\r\n        width: 300px;\r\n\t\tmin-height: 30px;\r\n\t\tcolor: #fff;\r\n\t\tbackground-color: rgba(255,255,255,0.125);\r\n\t\tborder: 0;\r\n\t\tposition: relative;\r\n\t\tbox-shadow: none;\r\n\t\tmargin-right: 10px;\r\n        \r\n        .search-input {\r\n\t\t\tcolor: #ccc;\r\n            display: table-cell;\r\n            width: calc(100% - 30px);\r\n            min-height: 30px;\r\n            padding: 0 10px;\r\n            background: none;\r\n            border: 0;\r\n            box-shadow: none;\r\n\r\n            &:focus { \r\n                background-color: rgba(255,255,255,0.06);\r\n                color: #f1f1f1;\r\n                outline: none;\r\n            }\r\n\t\t}\r\n\r\n        .search-icon {\r\n\t\t\twidth: 30px;\r\n\t\t\tmin-height: 24px;\r\n\t\t\tline-height: 24px;\r\n\t\t\tposition: absolute;\r\n\t\t\tright: 0;\r\n\t\t\ttop: 3px;\r\n\t\t\tdisplay: table-cell;\r\n\t\t\ttext-align: center;\r\n\t\t\tcursor: pointer;\r\n\t\t\tfont-size: 13px;\r\n\t\t\tcolor: rgba(255,255,255,0.2);\r\n            padding: 0;\r\n            background: none;\r\n\t\t\tborder: 0;\r\n\t\t\tborder-left: 1px rgba(0, 0, 0, 0.3) solid;\r\n            box-shadow: none;\r\n\t\t}\r\n\t}\r\n\r\n\t.navbar-nav {\r\n\t\t& > li > a {\r\n\t\t\tcolor: rgba(255, 255, 255, 0.75) !important;\r\n\r\n\t\t\t&:hover {\r\n\t\t\t\tcolor: rgba(255, 255, 255, 1) !important;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t/* The dropdown menu */\r\n\r\n\t\t.dropdown-toggle {\r\n\t\t\t&::after {\r\n\t\t\t\tdisplay: inline-block;\r\n\t\t\t\twidth: 0;\r\n\t\t\t\theight: 0;\r\n\t\t\t\tmargin-left: .4em !important;\r\n\t\t\t\tvertical-align: middle !important;\r\n\t\t\t\tcontent: \"\";\r\n\t\t\t\tborder-top: .3em solid;\r\n\t\t\t\tborder-right: .3em solid transparent;\r\n\t\t\t\tborder-bottom: 0;\r\n\t\t\t\tborder-left: .3em solid transparent;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.dropdown-menu {\r\n\t\t\tmin-width: 10rem;\r\n\t\t\tpadding: .5rem 0;\r\n\t\t\tmargin: 6px 0 0;\r\n\t\t\tfont-size: 1rem;\r\n\t\t\tcolor: #212529;\r\n\t\t\ttext-align: left;\r\n\t\t\tlist-style: none;\r\n\t\t\tbackground-color: #fff;\r\n\t\t\tbackground-clip: padding-box;\r\n\t\t\tborder: 1px solid rgba(0,0,0,.15);\r\n\t\t\tborder-radius: 0;\r\n\t\t\tbox-shadow: 0 8px 6px -6px rgba(0,0,0,.15);\r\n\r\n\t\t\t@include media-breakpoint-up(lg) {\r\n\r\n\t\t\t\t&::before {\r\n\t\t\t\t\tborder-bottom: 9px solid rgba(0, 0, 0, 0.2);\r\n\t\t\t\t\tborder-left: 9px solid rgba(0, 0, 0, 0);\r\n\t\t\t\t\tborder-right: 9px solid rgba(0, 0, 0, 0);\r\n\t\t\t\t\tcontent: \"\";\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t\tleft: 25px;\r\n\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\ttop: -8px;\r\n\t\t\t\t}\r\n\t\t\t\t&::after {\r\n\t\t\t\t\tborder-bottom: 8px solid #FFFFFF;\r\n\t\t\t\t\tborder-left: 9px solid rgba(0, 0, 0, 0);\r\n\t\t\t\t\tborder-right: 9px solid rgba(0, 0, 0, 0);\r\n\t\t\t\t\tcontent: \"\";\r\n\t\t\t\t\tdisplay: inline-block;\r\n\t\t\t\t\tleft: 25px;\r\n\t\t\t\t\tposition: absolute;\r\n\t\t\t\t\ttop: -7px;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t.dropdown-item {\r\n\t\t\tfont-weight: 600;\r\n\t\t}\r\n\t}\r\n\r\n\t/* Default wordpress menu */\r\n\r\n\t.menu-item a {\r\n\t\tdisplay: block;\r\n\t\tpadding: .5rem 0;\r\n\t}\r\n}\r\n\r\n.has-site-logo {\r\n\t.navbar-brand {\r\n\t\tmargin-bottom: -10px;\r\n\t\tmargin-top: -10px;\r\n\t}\r\n\t.header {\r\n\t\t.logo-img {\r\n\t\t\theight: 60px;\r\n\t\t}\r\n\t}\r\n}\r\n\r\n.wrapper {\r\n\tposition: relative;\r\n}\r\n\r\n.menu-is-collapsed {\r\n\theader.header {\r\n\t\twidth: 100%;\r\n\t\tposition: absolute;\r\n\t\ttop: 0;\r\n\t\tz-index: 9999;\r\n\t}\r\n\t.wrapper {\r\n\t\tpadding-top: 60px;\r\n\t}\r\n}\r\n\r\n"
  },
  {
    "path": "scss/_home.scss",
    "content": "\n.section-intro {\n    width: 100%;\n    min-height: $home_intro_box_height;\n    background-color: $home_intro_bg;\n    color: $home-intro-font-color;\n    overflow: hidden;\n    \n    a {\n        color: $white !important;\n        cursor: pointer;\n    }\n\n    .desc-text {\n        color: gray(\"500\");\n    }\n}\n/*\n.menu-is-collapsed {\n    .header {\n        -webkit-transition: background-color 0.5s;\n        -moz-transition: background-color 0.5s;\n        -o-transition: background-color 0.5s;\n        transition: background-color 0.5s\n    }\n}\n*/\n\n.main-header {\n    position: relative;\n    top: -60px;\n\n    .section-intro {\n        position: relative;\n\n        @include media-breakpoint-down(sm) {\n            width: 100%;\n            min-height: 100vh;\n            padding: 80px 0;\n            background-position: 40% center;\n            background-size: cover;\n        }\n\n        .scroll-area {\n            position: absolute;\n            bottom: 35px;\n            margin-left: -25px;\n            left: 50%;\n            width: 50px;\n            height: 50px;\n            opacity: .9;\n            overflow: hidden;\n            display: none;\n        \n            a {\n                width: 50px;\n                height: 50px;\n                text-align: center;\n                display: inline-block;\n                font-weight: normal;\n                font-size: 25px;\n                line-height: 44px;\n                color: #ffffff;\n                border-radius: 50%;\n                border: 3px #ffffff solid;\n            }\n        }\n    }\n\n    &.has-custom-header {\n        .desc-text {\n            color: gray(\"300\");\n            padding: 15px 45px;\n            background-color: rgba(0, 0, 0, 0.2);\n            border-top-left-radius: 1.5em;\n            border-bottom-right-radius: 3em;\n            font-style: italic;\n        }\n    }\n}\n\n@include media-breakpoint-down(sm) {\n    .admin-bar {\n        .main-header {\n            .section-intro {\n                min-height: calc(100vh - 46px);\n                padding: 60px 0;\n            }\n        }\n    }\n    .scroll-area {\n        display: inline-block !important;\n    }\n}\n\n.article-list {\n    color: #666666;\n    min-height: 250px;\n    overflow: hidden;\n\n    a {\n        color: #333333;\n\n        &:hover {\n            color: #0366dd;\n        }\n    }\n\n    .read-more-link {\n        color: #0366dd;\n    }\n}\n\n\n\n"
  },
  {
    "path": "scss/_labels.scss",
    "content": ".label {\n    padding: .125rem .25rem;\n    line-height: 1.2;\n    border-radius: .2rem;\n    border: 1px solid transparent;\n    &.label-success,\n    &.label-cat {\n        color: #155724;\n        background-color: #d4edda;\n        border-color: #c3e6cb;\n    }\n    &.label-warning,\n    &.label-tag {\n        color: #856404;\n        background-color: #fff3cd;\n        border-color: #ffeeba;\n    }\n    &.label-primary {\n        color: #004085;\n        background-color: #cce5ff;\n        border-color: #b8daff;\n    }\n    &.label-secondary {\n        color: #383d41;\n        background-color: #e2e3e5;\n        border-color: #d6d8db;\n    }\n    &.label-danger {\n        color: #721c24;\n        background-color: #f8d7da;\n        border-color: #f5c6cb;\n    }\n    &.label-light {\n        color: #818182;\n        background-color: #fefefe;\n        border-color: #fdfdfe;\n    }\n    &.label-dark {\n        color: #1b1e21;\n        background-color: #d6d8d9;\n        border-color: #c6c8ca;\n    }\n}\n\n.x-label {\n    padding: .25rem .5rem;\n    line-height: 1.5;\n    border-radius: .3rem;\n    border: 1px solid transparent;\n    margin: 5px;\n    word-break: keep-all !important;\n    display: inline-block;\n}\n\n$i: 0;\n@each $color-name, $color-code in $colors {\n    .x-label-#{$i} {\n        color: $white !important;\n        border-top-color: lighten($color-code, 10%) !important;\n        border-bottom-color: darken($color-code, 10%) !important;\n        background-color: $color-code !important;\n    }\n    $i: $i+1;\n}\n"
  },
  {
    "path": "scss/_main.scss",
    "content": "/* Single - Post */\n\n.single-post-header {\n    background-color: #fafbfc;\n    background: none;\n    padding: 20px 0px;\n    margin-bottom: 20px;\n    border-bottom: 0px solid #e1e4e8;\n\n    h1 {\n        font-size: 32px;\n        margin-bottom: 0;\n        font-weight: 400;\n        line-height: 1.125;\n        word-wrap: break-word;\n    }\n\n    .post-mynote-buttons {\n        float: right;\n        margin-top: 5px;\n    }\n\n    .author-link {\n        font-weight: bold;\n        color: #586069 !important;\n    }\n\n    .post-meta {\n        padding: 5px;\n        font-size: 14px;\n\n        .poster-avatar {\n            margin-right: 5px;\n        }\n    }\n}\n\n.page {\n    /* Hide post meta in Page */\n    .post-meta {\n        visibility: hidden;\n    }\n}\n\narticle {\n    figcaption {\n        color: gray(\"600\");\n        margin: 0.25rem 0 1rem;\n        text-align: center;\n        font-style: italic;\n    }\n}\n\n/* Category page. */\n\n.category-header {\n    background-color: #fafbfc;\n    padding: 20px 0px;\n    margin-bottom: 20px;\n    border-bottom: 1px solid #e1e4e8;\n\n    h1 {\n        font-size: 2rem;\n        margin-bottom: 0;\n        font-weight: 400;\n        line-height: 48px;\n        word-wrap: break-word;\n\n        &:before {\n            font-family: 'Font Awesome 5 Free';\n            border: 0px #dddddd solid;\n            border-radius: 5px;\n            width: 48px;\n            height: 48px;\n            padding-left: 6px;\n            display: inline-block;\n            vertical-align: middle;\n            position: relative;\n            top: -3px;\n            overflow: hidden;\n            text-align: center;\n            margin-right: 10px;\n            line-height: 48px;\n            font-size: 1.6rem;\n            font-weight: 600;\n            padding-right: 5px;\n            @include metal();\n        }\n\n        &.category:before {\n            content: '\\f0c6';\n        }\n\n        &.archive:before {\n            content: '\\f1c6';\n        }\n\n        &.tag:before {\n            content: '\\f02c';\n        }\n\n        &.git:before {\n            content: '\\f1d3';\n        }\n\n        &.search:before {\n            content: '\\f002';\n        }\n\n        &.user:before {\n            content: '\\f007';\n        }\n\n        &.error-404:before {\n            content: '\\f071';\n        }\n\n        .badge {\n            font-size: 0.81rem;\n        }\n    }\n\n    .term-desctiotion {\n        font-size: 0.81rem !important;\n    }\n}\n\n/* Single - Post - A part of page title progress bar */\n\n.single-post-title-bar {\n\tbackground-color: #24292e;\n\tcolor: #c8c9ca;\n    font-weight: 600;\n    display: none;\n    transform: translateY(-60px);\n    -webkit-transform: translateY(-60px);\n    transform-origin: top;\n    transition: .5s ease;\n\n    &.fixed-top {\n        z-index: 100001;\n    }\n\n    .container {\n        justify-content: flex-start;\n    }\n\n    @include media-breakpoint-down(md) {\n        .container {\n            padding: 0;\n        }\n    }\n\n    \n    &.slide-down {\n        transform: translateY(0);\n        -webkit-transform: translateY(0);\n    }\n    \n\t.logo-img {\n\t\theight: 32px;\n\t}\n\n\t.navbar-brand {\n\t\tpadding: 0;\n\t}\n\n\t.navbar {\n        min-height: 60px;\n\t\tpadding: 10px !important;\n\t}\n}\n\n/* Button - go to top. */\n\n.go-top {\n    display: inline-block;\n    font-size: 16px;\n    color: #fff;\n    background: rgba(0, 0, 0, 0.5);\n    position: fixed;\n    right: 15px;\n    bottom: 15px;\n    margin: 0px;\n    z-index: 1000;\n    width: 35px;\n    height: 35px;\n    line-height: 35px;\n    border-radius: 5px;\n    text-align: center;\n\n    &:hover {\n        color: #ffffff;\n    }\n\n    i {\n        position: relative;\n    }\n}\n\n/* Tags */\n\n.tags {\n    margin: 15px 0;\n    text-align: right;\n    overflow: hidden;\n\n    a {\n        padding: 2px 5px;\n        margin: 5px;\n        text-decoration: none;\n        font-size: 0.9rem;\n        color: #24292e;\n        border-radius: 3px;\n        word-break: keep-all;\n        display: inline-block;\n\n        &:hover {\n            background-image: linear-gradient(-180deg, #dddddd 0%, #ffffff 90%);\n        }\n\n        &:before {\n            font-family: 'Font Awesome 5 Free';\n            content: \"\\f02b\";\n            font-size: 13px;\n            font-weight: 900;\n            padding-right: 5px;\n            color: #aaaaaa;\n        }\n    }\n}\n\n.modified-date {\n    margin: 40px !important;\n    text-align: center;\n    font-size: 0.85rem;\n    font-style: italic;\n}\n\n/* Pagination */\n\n.pagination-container {\n    margin: 20px auto !important;\n}\n\n/* Read more fade out effect */\n\n.card-text-fade-out {\n    height: 180px;\n    max-height: 180px;\n    position: relative !important;\n    overflow: hidden;\n\n    .effect-layer { \n        position: absolute;\n        content: ' ';\n        bottom: 0; \n        left: 0;\n        width: 100%;\n        height: 80px;\n        overflow: hidden;\n        display: block;\n        text-align: center;\n        z-index: 2;\n        margin: 0; \n        padding: 0 0 20px 0; \n        background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .5), rgba(255, 255, 255, .9), white);\n    }\n}\n\n.card-body-footer {\n    margin-top: 15px;\n}\n\n/* Background image fit the center */\n\n.bg-cover {\n    background-size: cover;\n    background-repeat: no-repeat;\n    background-position: center center;\n}"
  },
  {
    "path": "scss/_markdown-theme-github.scss",
    "content": "@font-face {\n\t\tfont-family: octicons-link;\n\t\tsrc: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format('woff');\n}\n\n.markdown-body {\n\t-ms-text-size-adjust: 100%;\n\t-webkit-text-size-adjust: 100%;\n\tline-height: 1.5;\n\tcolor: #24292e;\n\tfont-size: 1rem;\n\tline-height: 1.5;\n\tword-wrap: break-word;\n\n\t> h1:first-child {\n\t\tdisplay: none;\n\t}\n\t.pl-c {\n\t\tcolor: #6a737d;\n\t}\n\t.pl-c1, .pl-s .pl-v {\n\t\tcolor: #005cc5;\n\t}\n\t.pl-e, .pl-en {\n\t\tcolor: #6f42c1;\n\t}\n\t.pl-smi, .pl-s .pl-s1 {\n\t\tcolor: #24292e;\n\t}\n\t.pl-ent {\n\t\tcolor: #22863a;\n\t}\n\t.pl-k {\n\t\tcolor: #d73a49;\n\t}\n\t.pl-s, .pl-pds, .pl-s .pl-pse .pl-s1 {\n\t\tcolor: #032f62;\n\t}\n\t.pl-sr {\n\t\tcolor: #032f62;\n\t\t.pl-cce, .pl-sre, .pl-sra {\n\t\t\tcolor: #032f62;\n\t\t}\n\t}\n\t.pl-v, .pl-smw {\n\t\tcolor: #e36209;\n\t}\n\t.pl-bu {\n\t\tcolor: #b31d28;\n\t}\n\t.pl-ii {\n\t\tcolor: #fafbfc;\n\t\tbackground-color: #b31d28;\n\t}\n\t.pl-c2 {\n\t\tcolor: #fafbfc;\n\t\tbackground-color: #d73a49;\n\t\t&::before {\n\t\t\tcontent: \"^M\";\n\t\t}\n\t}\n\t.pl-sr .pl-cce {\n\t\tfont-weight: bold;\n\t\tcolor: #22863a;\n\t}\n\t.pl-ml {\n\t\tcolor: #735c0f;\n\t}\n\t.pl-mh {\n\t\tfont-weight: bold;\n\t\tcolor: #005cc5;\n\t\t.pl-en {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: #005cc5;\n\t\t}\n\t}\n\t.pl-ms {\n\t\tfont-weight: bold;\n\t\tcolor: #005cc5;\n\t}\n\t.pl-mi {\n\t\tfont-style: italic;\n\t\tcolor: #24292e;\n\t}\n\t.pl-mb {\n\t\tfont-weight: bold;\n\t\tcolor: #24292e;\n\t}\n\t.pl-md {\n\t\tcolor: #b31d28;\n\t\tbackground-color: #ffeef0;\n\t}\n\t.pl-mi1 {\n\t\tcolor: #22863a;\n\t\tbackground-color: #f0fff4;\n\t}\n\t.pl-mc {\n\t\tcolor: #e36209;\n\t\tbackground-color: #ffebda;\n\t}\n\t.pl-mi2 {\n\t\tcolor: #f6f8fa;\n\t\tbackground-color: #005cc5;\n\t}\n\t.pl-mdr {\n\t\tfont-weight: bold;\n\t\tcolor: #6f42c1;\n\t}\n\t.pl-ba {\n\t\tcolor: #586069;\n\t}\n\t.pl-sg {\n\t\tcolor: #959da5;\n\t}\n\t.pl-corl {\n\t\ttext-decoration: underline;\n\t\tcolor: #032f62;\n\t}\n\t.octicon {\n\t\tdisplay: inline-block;\n\t\tvertical-align: text-top;\n\t\tfill: currentColor;\n\t}\n\ta {\n\t\tbackground-color: transparent;\n\t\t&:active, &:hover {\n\t\t\toutline-width: 0;\n\t\t}\n\t}\n\tstrong {\n\t\tfont-weight: inherit;\n\t\tfont-weight: bolder;\n\t}\n\th1 {\n\t\tfont-size: 2em;\n\t\tmargin: 0.67em 0;\n\t}\n\timg {\n\t\tborder-style: none;\n\t}\n\tkbd {\n\t\tfont-family: monospace;\n\t}\n\thr {\n\t\tbox-sizing: content-box;\n\t\theight: 0;\n\t\toverflow: visible;\n\t}\n\tinput {\n\t\tfont: inherit;\n\t\tmargin: 0;\n\t\toverflow: visible;\n\t}\n\t[type=\"checkbox\"] {\n\t\tbox-sizing: border-box;\n\t\tpadding: 0;\n\t}\n\t* {\n\t\tbox-sizing: border-box;\n\t}\n\tinput {\n\t\tfont-family: inherit;\n\t\tfont-size: inherit;\n\t\tline-height: inherit;\n\t}\n\ta {\n\t\tcolor: #0366d6;\n\t\ttext-decoration: none;\n\t\t&:hover {\n\t\t\ttext-decoration: underline;\n\t\t}\n\t}\n\tstrong {\n\t\tfont-weight: 600;\n\t}\n\thr {\n\t\theight: 0;\n\t\tmargin: 15px 0;\n\t\toverflow: hidden;\n\t\tbackground: transparent;\n\t\tborder: 0;\n\t\tborder-bottom: 1px solid #dfe2e5;\n\t\t&::before {\n\t\t\tdisplay: table;\n\t\t\tcontent: \"\";\n\t\t}\n\t\t&::after {\n\t\t\tdisplay: table;\n\t\t\tclear: both;\n\t\t\tcontent: \"\";\n\t\t}\n\t}\n\ttable {\n\t\tborder-spacing: 0;\n\t\tborder-collapse: collapse;\n\t}\n\ttd, th {\n\t\tpadding: 0;\n\t}\n\th1, h2, h3, h4, h5, h6 {\n\t\tmargin-top: 0;\n\t\tmargin-bottom: 0;\n\t}\n\th1 {\n\t\tfont-size: 32px;\n\t\tfont-weight: 600;\n\t}\n\th2 {\n\t\tfont-size: 24px;\n\t\tfont-weight: 600;\n\t}\n\th3 {\n\t\tfont-size: 20px;\n\t\tfont-weight: 600;\n\t}\n\th4 {\n\t\tfont-size: 16px;\n\t\tfont-weight: 600;\n\t}\n\th5 {\n\t\tfont-size: 14px;\n\t\tfont-weight: 600;\n\t}\n\th6 {\n\t\tfont-size: 12px;\n\t\tfont-weight: 600;\n\t}\n\tp {\n\t\tmargin-top: 0;\n\t\tmargin-bottom: 10px;\n\t}\n\tblockquote {\n\t\tmargin: 0;\n\t}\n\tul {\n\t\tpadding-left: 0;\n\t\tmargin-top: 0;\n\t\tmargin-bottom: 0;\n\t}\n\tol {\n\t\tpadding-left: 0;\n\t\tmargin-top: 0;\n\t\tmargin-bottom: 0;\n\t\tol {\n\t\t\tlist-style-type: lower-roman;\n\t\t}\n\t}\n\tul {\n\t\tol {\n\t\t\tlist-style-type: lower-roman;\n\t\t}\n\t\tul ol, ol ol {\n\t\t\tlist-style-type: lower-alpha;\n\t\t}\n\t}\n\tol {\n\t\tul ol, ol ol {\n\t\t\tlist-style-type: lower-alpha;\n\t\t}\n\t}\n\tdd {\n\t\tmargin-left: 0;\n\t}\n\n\t.octicon {\n\t\tvertical-align: text-bottom;\n\t}\n\t.pl-0 {\n\t\tpadding-left: 0 !important;\n\t}\n\t.pl-1 {\n\t\tpadding-left: 4px !important;\n\t}\n\t.pl-2 {\n\t\tpadding-left: 8px !important;\n\t}\n\t.pl-3 {\n\t\tpadding-left: 16px !important;\n\t}\n\t.pl-4 {\n\t\tpadding-left: 24px !important;\n\t}\n\t.pl-5 {\n\t\tpadding-left: 32px !important;\n\t}\n\t.pl-6 {\n\t\tpadding-left: 40px !important;\n\t}\n\t&::before {\n\t\tdisplay: table;\n\t\tcontent: \"\";\n\t}\n\t&::after {\n\t\tdisplay: table;\n\t\tclear: both;\n\t\tcontent: \"\";\n\t}\n\t> * {\n\t\t&:first-child {\n\t\t\tmargin-top: 0 !important;\n\t\t}\n\t\t&:last-child {\n\t\t\tmargin-bottom: 0 !important;\n\t\t}\n\t}\n\ta:not([href]) {\n\t\tcolor: inherit;\n\t\ttext-decoration: none;\n\t}\n\t.anchor {\n\t\tfloat: left;\n\t\tpadding-right: 4px;\n\t\tmargin-left: -20px;\n\t\tline-height: 1;\n\t\t&:focus {\n\t\t\toutline: none;\n\t\t}\n\t}\n\tp, blockquote, ul, ol, dl, table, pre {\n\t\tmargin-top: 0;\n\t\tmargin-bottom: 16px;\n\t}\n\thr {\n\t\theight: 0.25em;\n\t\tpadding: 0;\n\t\tmargin: 24px 0;\n\t\tbackground-color: #e1e4e8;\n\t\tborder: 0;\n\t}\n\tblockquote {\n\t\tpadding: 0 1em;\n\t\tcolor: #6a737d;\n\t\tborder-left: 0.25em solid #dfe2e5;\n\t\t> {\n\t\t\t:first-child {\n\t\t\t\tmargin-top: 0;\n\t\t\t}\n\t\t\t:last-child {\n\t\t\t\tmargin-bottom: 0;\n\t\t\t}\n\t\t}\n\t}\n\tkbd {\n\t\tdisplay: inline-block;\n\t\tpadding: 3px 5px;\n\t\tfont-size: 11px;\n\t\tline-height: 10px;\n\t\tcolor: #444d56;\n\t\tvertical-align: middle;\n\t\tbackground-color: #fafbfc;\n\t\tborder: solid 1px #c6cbd1;\n\t\tborder-bottom-color: #959da5;\n\t\tborder-radius: 3px;\n\t\tbox-shadow: inset 0 -1px 0 #959da5;\n\t}\n\th1, h2, h3, h4, h5, h6 {\n\t\tmargin-top: 24px;\n\t\tmargin-bottom: 16px;\n\t\tfont-weight: 600;\n\t\tline-height: 1.25;\n\t}\n\th1 .octicon-link, h2 .octicon-link, h3 .octicon-link, h4 .octicon-link, h5 .octicon-link, h6 .octicon-link {\n\t\tcolor: #1b1f23;\n\t\tvertical-align: middle;\n\t\tvisibility: hidden;\n\t}\n\th1:hover .anchor, h2:hover .anchor, h3:hover .anchor, h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {\n\t\ttext-decoration: none;\n\t}\n\th1:hover .anchor .octicon-link, h2:hover .anchor .octicon-link, h3:hover .anchor .octicon-link, h4:hover .anchor .octicon-link, h5:hover .anchor .octicon-link, h6:hover .anchor .octicon-link {\n\t\tvisibility: visible;\n\t}\n\th1 {\n\t\tpadding-bottom: 0.3em;\n\t\tfont-size: 2em;\n\t\tborder-bottom: 1px solid #eaecef;\n\t}\n\th2 {\n\t\tpadding-bottom: 0.3em;\n\t\tfont-size: 1.5em;\n\t\tborder-bottom: 1px solid #eaecef;\n\t}\n\th3 {\n\t\tfont-size: 1.25em;\n\t}\n\th4 {\n\t\tfont-size: 1em;\n\t}\n\th5 {\n\t\tfont-size: 0.875em;\n\t}\n\th6 {\n\t\tfont-size: 0.85em;\n\t\tcolor: #6a737d;\n\t}\n\tul, ol {\n\t\tpadding-left: 2em;\n\t}\n\tul {\n\t\tul, ol {\n\t\t\tmargin-top: 0;\n\t\t\tmargin-bottom: 0;\n\t\t}\n\t}\n\tol {\n\t\tol, ul {\n\t\t\tmargin-top: 0;\n\t\t\tmargin-bottom: 0;\n\t\t}\n\t}\n\tli {\n\t\tword-wrap: break-all;\n\t\t> p {\n\t\t\tmargin-top: 16px;\n\t\t}\n\t\t+ li {\n\t\t\tmargin-top: 0.25em;\n\t\t}\n\t}\n\tdl {\n\t\tpadding: 0;\n\t\tdt {\n\t\t\tpadding: 0;\n\t\t\tmargin-top: 16px;\n\t\t\tfont-size: 1em;\n\t\t\tfont-style: italic;\n\t\t\tfont-weight: 600;\n\t\t}\n\t\tdd {\n\t\t\tpadding: 0 16px;\n\t\t\tmargin-bottom: 16px;\n\t\t}\n\t}\n\ttable {\n\t\tdisplay: block;\n\t\twidth: 100%;\n\t\toverflow: auto;\n\t\tth {\n\t\t\tfont-weight: 600;\n\t\t\tpadding: 6px 13px;\n\t\t\tborder: 1px solid #dfe2e5;\n\t\t}\n\t\ttd {\n\t\t\tpadding: 6px 13px;\n\t\t\tborder: 1px solid #dfe2e5;\n\t\t}\n\t\ttr {\n\t\t\tbackground-color: #fff;\n\t\t\tborder-top: 1px solid #c6cbd1;\n\t\t\t&:nth-child(2n) {\n\t\t\t\tbackground-color: #f6f8fa;\n\t\t\t}\n\t\t}\n\t}\n\timg {\n\t\tmax-width: 100%;\n\t\tbox-sizing: content-box;\n\t\tbackground-color: #fff;\n\t\t&[align=right] {\n\t\t\tpadding-left: 20px;\n\t\t}\n\t\t&[align=left] {\n\t\t\tpadding-right: 20px;\n\t\t}\n\t}\n\t\n\t.full-commit .btn-outline:not(:disabled):hover {\n\t\tcolor: #005cc5;\n\t\tborder-color: #005cc5;\n\t}\n\tkbd {\n\t\tdisplay: inline-block;\n\t\tpadding: 3px 5px;\n\t\tfont: 11px \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\n\t\tline-height: 10px;\n\t\tcolor: #444d56;\n\t\tvertical-align: middle;\n\t\tbackground-color: #fafbfc;\n\t\tborder: solid 1px #d1d5da;\n\t\tborder-bottom-color: #c6cbd1;\n\t\tborder-radius: 3px;\n\t\tbox-shadow: inset 0 -1px 0 #c6cbd1;\n\t}\n\t:checked + .radio-label {\n\t\tposition: relative;\n\t\tz-index: 1;\n\t\tborder-color: #0366d6;\n\t}\n\t.task-list-item {\n\t\tlist-style-type: none;\n\t\t+ .task-list-item {\n\t\t\tmargin-top: 3px;\n\t\t}\n\t\tinput {\n\t\t\tmargin: 0 0.2em 0.25em -1.6em;\n\t\t\tvertical-align: middle;\n\t\t}\n\t}\n\thr {\n\t\tborder-bottom-color: #eee;\n\t}\n}\n\ncode {\n\tfont-family: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\n\tfont-size: 12px;\n}\n\npre {\n\tmargin-top: 0;\n\tmargin-bottom: 0;\n\tfont-family: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\n\tfont-size: 12px;\n}\n\ncode {\n\tpadding: 0.2em 0.4em;\n\tfont-size: 85%;\n\tbackground-color: rgba(27, 31, 35, 0.05);\n\tborder-radius: 3px;\n\tcolor: #333;\n}\n\npre {\n\tword-wrap: normal;\n\n\t> code {\n\t\tpadding: 0;\n\t\tmargin: 0;\n\t\tfont-size: 100%;\n\t\tword-break: normal;\n\t\twhite-space: pre;\n\t\tborder: 0;\n\t\tbackground: transparent;\n\t}\n}\n\npre {\n\tpadding: 16px;\n\toverflow: auto;\n\tfont-size: 85%;\n\tline-height: 1.45;\n\tbackground-color: #f6f8fa;\n\tborder-radius: 3px;\n\n\tcode {\n\t\tdisplay: inline;\n\t\tpadding: 0;\n\t\tmargin: 0;\n\t\toverflow: visible;\n\t\tline-height: inherit;\n\t\tword-wrap: normal;\n\t\tborder: 0;\n\t}\n}"
  },
  {
    "path": "scss/_misc.scss",
    "content": "::selection {\n\tbackground:#04A4CC;\n\tcolor:#FFF;\n\ttext-shadow:none;\n}\n::-webkit-selection {\n\tbackground:#04A4CC;\n\tcolor:#FFF;\n\ttext-shadow:none;\n}\n::-moz-selection {\n\tbackground:#04A4CC;\n\tcolor:#FFF;\n\ttext-shadow:none;\n}\n\n"
  },
  {
    "path": "scss/_page-progress.scss",
    "content": "\n$progress-bar-height: 4px;\n$progress-bar-color: rgba(214, 168, 168, 0.1);\n$progress-bar-value-color: dodgerblue;\n\n.progress-wrapper {\n    position: relative;\n\n    progress {\n        appearance: none;\n        position: absolute;\n        width: 100%;\n        height: $progress-bar-height;\n        background-color: $progress-bar-color;\n        border: none;\n        \n        &::-moz-progress-bar {\n            background-color: $progress-bar-value-color;\n        }\n        \n        &::-webkit-progress-bar {\n            background-color: $progress-bar-color;\n        }\n        \n        &::-webkit-progress-value {\n            background-color: $progress-bar-value-color;\n        }\n\n        &::-ms-fill {\n            background-color: $progress-bar-value-color;\n        }\n    }\n    \n    .progress-label {\n        position: absolute;\n        right: 0; bottom: 0;\n        font-size: 14px;\n        color: rgba(255, 255, 255, 0.6);\n    }\n}\n\n#progress-title {\n    width: 100%;\n    display: inline-block;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n    word-break: keep-all !important;\n    overflow: hidden;\n    line-height: 40px;\n}\n\n.has-site-icon {\n    #progress-title {\n        width: calc(100% - 50px);\n    }\n}\n"
  },
  {
    "path": "scss/_responsive.scss",
    "content": "/* > 1200px */\n@include media-breakpoint-up(xl) {\n\n    .section-intro {\n        background-image: url(\"./assets/images/bg_circuit.png\");\n    }\n}\n\n/* > 1200px */\n@include media-breakpoint-up(xxl) {\n\n    .section-intro {\n        &[style] {\n            background-size: cover;\n            background-position: center center;\n        }\n    }\n}\n\n/* < 1200px */\n@include media-breakpoint-down(lg) {\n    .px-responsive {\n        padding-left: 25px !important;\n        padding-right: 25px !important;\n    }\n}\n\n/* > 992px */\n@include media-breakpoint-up(lg) {\n    .navbar-expand-lg .navbar-nav .menu-item a {\n        padding-right: .5rem;\n        padding-left: .5rem;\n    }\n}\n\n/* 992px - 1199.98px */\n@include media-breakpoint-between(lg, lg) {\n    .section-intro {\n        background-image: url(\"./assets/images/bg_circuit_xl.png\");\n\n        h1 {\n            font-size: 4.2rem;\n        }\n    \n        .desc-text {\n            font-size: 1.5rem;\n        }\n    }\n}\n\n/* < 992px */\n@include media-breakpoint-down(md) {\n    .px-responsive {\n        padding-left: 10px !important;\n        padding-right: 10px !important;\n    }\n    .container {\n        width: calc(100% - 20px);\n        max-width: calc(100% - 20px);\n    }\n\n    nav.breadcrumb {\n        padding-left: 0;\n        padding-right: 0;\n\n        ul {\n            padding-left: 0;\n            padding-right: 0;\n        }\n    }\n\n    .header {\n        .container {\n            min-height: 60px;\n            max-width: 100%;\n            width: 100%;\n        }\n\n        .navbar-brand {\n            position: absolute;\n            top: 14px;\n            left: 0;\n        }\n\n        .search-bar {\n            width: calc(100% - 86px);\n            position: absolute;\n            top: 15px;\n            right: 76px;\n        }\n\n        .navbar-toggler {\n            position: absolute;\n            top: 10px;\n            right: 10px;\n        }\n\n        .navbar-collapse {\n            margin-top: 50px;\n            overflow: hidden;\n        }\n\n        @include clearfix();\n    }\n\n    .has-site-icon {\n        .search-bar {\n            width: calc(100% - 135px) !important;\n            position: absolute;\n            top: 15px;\n            right: 76px;\n        }\n    }\n\n    .has-site-logo {\n\n        .navbar-brand {\n            position: absolute;\n            top: 0;\n            left: 0;\n            margin-bottom: 0px;\n            margin-top: 0px;\n        }\n\n        .search-bar {\n            width: calc(100% - 280px) !important;\n            position: absolute !important;\n            top: 15px;\n            right: 76px;\n        }\n    }\n}\n\n/* 768px - 991.98px */\n@include media-breakpoint-between(md, md) {\n    .section-intro {\n        background-image: url(\"./assets/images/bg_circuit_lg.png\");\n\n        h1 {\n            font-size: 4.0rem;\n        }\n    \n        .desc-text {\n            font-size: 1.4rem;\n        }\n    }\n}\n\n/* < 768px */\n@include media-breakpoint-down(sm) {\n    .px-responsive {\n        padding-left: 15px !important;\n        padding-right: 15px !important;\n    }\n    .widget {\n        margin: 15px 0;\n    }\n\n    .navbar-nav {\n        .dropdown-menu {\n            &::after {\n                display: none !important;\n            }\n            &::before {\n                display: none !important;\n            }\n        }\n    }\n    .column-control {\n        display: none;\n    }\n}\n\n/* 576px - 767.98px */\n@include media-breakpoint-between(sm, sm) {\n    .section-intro {\n        background-image: url(\"./assets/images/bg_circuit_md.png\");\n\n        h1 {\n            font-size: 3.2rem;\n        }\n    \n        .desc-text {\n            font-size: 1.3rem;\n        }\n    }\n}\n\n/* < 576px */\n@include media-breakpoint-down(mx) {\n    .px-responsive {\n        padding-left: 10px !important;\n        padding-right: 10px !important;\n    }\n    .author-card {\n        display: block !important;\n        .author-avatar {\n            text-align: center;\n        }\n        .author-info {\n            padding-top: 0;\n        }\n    }\n\n    .has-site-logo {\n        .header {\n            .search-bar {\n                width: 100% !important;\n                position: absolute;\n                margin: 0 !important;\n                top: 60px;\n                right: 0;\n            }\n        }\n    }\n    .p-5 {\n        padding: 0 !important;\n    }\n}\n\n/* 360px - 575.98px */\n@include media-breakpoint-between(mx, mx) {\n    .section-intro {\n        background-image: url(\"./assets/images/bg_circuit_sm.png\");\n\n        h1 {\n            margin-top: 20px;\n            font-size: 2.8rem;\n        }\n    \n        .desc-text {\n            font-size: 1.1rem;\n        }\n    }\n}\n\n/* < 360px */\n@include media-breakpoint-down(xs) {\n    .section-intro {\n        background-image: url(\"./assets/images/bg_circuit_mx.png\");\n\n        h1 {\n            margin-top: 30px;\n            font-size: 2rem;\n        }\n    \n        .desc-text {\n            font-size: 0.95rem;\n        }\n    }\n}"
  },
  {
    "path": "scss/_shortcode.scss",
    "content": "/* Shortcode */\n\n.brand-link {\n    text-align: center;\n    border: 1px #dddddd solid;\n    border-radius: 50%;\n    display: inline-block;\n\n    @each $color-name, $color-code in $brand-colors {\n        &.brand-#{$color-name} {\n            \n            border-top-color: lighten($color-code, 10%) !important;\n            border-left-color: lighten($color-code, 10%) !important;\n            border-right-color: darken($color-code, 10%) !important;\n            border-bottom-color: darken($color-code, 10%) !important;\n            color: $color-code !important;\n        }\n    }\n}\n\n.brand-sm .brand-link {\n    width: 32px;\n    height: 32px;\n    font-size: 1rem;\n    line-height: 32px;\n}\n\n.brand-md .brand-link {\n    width: 40px;\n    height: 40px;\n    font-size: 1.25rem;\n    line-height: 40px;\n}\n\n.brand-lg .brand-link {\n    width: 48px;\n    height: 48px;\n    font-size: 1.5rem;\n    line-height: 48px;\n}\n\n.brand-xl .brand-link {\n    width: 64px;\n    height: 64px;\n    font-size: 1.8rem;\n    line-height: 64px;\n}\n\n/* Author page */\n\n.author-page {\n    .brand-link {\n        border: 0px;\n    }\n\n    .brand-sm .brand-link {\n        width: 16px;\n        height: 16px;\n        line-height: 16px;\n    }\n    \n    .brand-md .brand-link {\n        width: 22px;\n        height: 22px;\n        line-height: 22px;\n    }\n    \n    .brand-lg .brand-link {\n        width: 28px;\n        height: 28px;\n        line-height: 28px;\n    }\n\n    .brand-xl .brand-link {\n        width: 34px;\n        height: 34px;\n        line-height: 34px;\n    }\n}"
  },
  {
    "path": "scss/_sticky-top.scss",
    "content": ".sticky-top {\n    position: -webkit-sticky;\n    position: sticky;\n    z-index: 1020; \n\n    &.sidebar {\n        top: 90px !important;\n    }\n\n    &.title {\n        top: 5px !important;\n    }\n\n    &.column-switch {\n        top: 0px !important;\n        z-index: 1030;\n        color: #aaaaaa;\n        height: 60px;\n\n        .btn {\n            font-size: 0.9rem;\n            margin: 5px;\n\n            &.active {\n                color: #ffffff;\n            }\n        }\n\n    }\n}"
  },
  {
    "path": "scss/_table-of-content.scss",
    "content": "\nnav[data-toggle='toc'] .nav>li>a {\n    display: block;\n    padding: 4px 20px;\n    font-size: $toc_base_font_size;\n    font-weight: 500;\n    color: #767676;\n}\n\nnav[data-toggle='toc'] .nav>li>a:hover,\nnav[data-toggle='toc'] .nav>li>a:focus {\n    padding-left: 19px;\n    color: $toc_main_color;\n    text-decoration: none;\n    background-color: transparent;\n    border-left: 2px solid $toc_border_color;\n}\n\nnav[data-toggle='toc'] .nav-link.active,\nnav[data-toggle='toc'] .nav-link.active:hover,\nnav[data-toggle='toc'] .nav-link.active:focus {\n    padding-left: 18px;\n    font-weight: bold;\n    color: $toc_main_color;\n    background-color: transparent;\n    border-left: 3px solid $toc_border_color;\n}\n\n/* Nav: second level (shown on .active) */\n\nnav[data-toggle='toc'] .nav-link+ul {\n    /* display: none; */\n    /* Hide by default, but at >768px, show it */\n    padding-bottom: 10px;\n}\n\nnav[data-toggle='toc'] .nav .nav>li>a {\n    padding-top: 1px;\n    padding-bottom: 1px;\n    padding-left: 30px;\n    font-size: $toc_sub_font_size;\n    font-weight: normal;\n}\n\nnav[data-toggle='toc'] .nav .nav>li>a:hover,\nnav[data-toggle='toc'] .nav .nav>li>a:focus {\n    padding-left: 27px;\n}\n\nnav[data-toggle='toc'] .nav .nav>li>.active,\nnav[data-toggle='toc'] .nav .nav>li>.active:hover,\nnav[data-toggle='toc'] .nav .nav>li>.active:focus {\n    padding-left: 27px;\n    font-weight: 500;\n}\n\nnav[data-toggle='toc'] .nav-link.active+ul {\n    display: block;\n}"
  },
  {
    "path": "scss/_the-author-card.scss",
    "content": "\n.author-card {\n    display: flex;\n    border-left: 15px gray(\"200\") solid;\n    background-color: gray(\"100\");\n    border-radius: 3px;\n    margin: 20px 0;\n\n    .author-info {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .author-links {\n        margin-top: 10px;\n\n        a {\n            margin: 5px;\n        }\n\n        a:first-child {\n            margin-left: 0px;\n        }\n    }\n\n    > div {\n        padding: 25px;\n    }\n\n    > img {\n        border: 1px gray(\"400\") solid !important;\n    }\n\n    .author-title {\n        font-size: 1.6rem;\n        line-height: 150%;\n        margin-bottom: 10px;\n        font-weight: bold;\n    }\n}\n\n/* Author page */\n\n.author-page {\n\n    .author-card {\n        border: 0px;\n        background: none;\n        border-radius: 0px;\n        margin: 0;\n    \n        .author-title {\n            font-size: 2.5rem;\n            line-height: 150%;\n            margin-bottom: 10px;\n            font-weight: bold;\n\n            a {\n                color: #333333;\n                text-decoration: none;\n            }\n        }\n    }\n\n    .section-title {\n        display: none;\n    }\n    \n}\n\n\n"
  },
  {
    "path": "scss/_typography.scss",
    "content": "/* Typography */\n\n.header {\n    font-weight: 600;\n\n    .search-bar {\n        font-size: inherit;\n    \n        .search-input {\n            font-size: 13px;\n        }\n    }\n\n    .navbar-nav {\n\t\t& > li > a {\n\t\t\tfont-size: 14px;\n\t\t}\n\t}\n}\n\n/* Typography - Single post page */\n\n#post-title {\n    font-family: $font-family-title-en !important;\n    font-size: 2.2rem;\n    font-weight: 300;\n    padding: 0.5rem 0;\n\n    @include media-breakpoint-down(mx) {\n        font-size: 1.7rem;\n    }\n}\n\n/* Typography - Home page */\n\n.section-intro {\n    font-family: $font-family-title-en !important;\n    font-weight: 300;\n\n    a {\n        font-weight: 400;\n    }\n\n    h1 {\n        font-size: 4.5rem;\n        font-weight: 300;\n\n        @include media-breakpoint-down(sm) {\n            font-size: 3.5rem;\n        }\n    }\n\n    .desc-text {\n        font-size: 1.6rem;\n    }\n}\n\n/* Typography - Comment */\n\n.comment-wrapper {\n    cite {\n        font-style: normal !important;\n        font-weight: 600 !important;\n    }\n    .comment-body {\n        font-size: 14px;\n    }\n}\n\narticle {\n    figcaption {\n        font-size: 0.85rem;\n    }\n}\n\n.comment-notes {\n    font-size: 12px;\n}\n\n.section-title {\n    font-size: 18px;\n    margin: 40px 0 10px 0;\n}\n\n/* Typography - Others */\n\n.label {\n    font-size: .675rem;\n}\n\n.x-label {\n    font-size: 1rem;\n}\n\n.f-14 {\n    font-size: 14px !important;\n}\n\n.c-light {\n    color: #586069 !important;\n}\n\n/* Post list */\n.author-posted-date {\n    font-size: 13px;\n}\n\n/* Use the best fit font for different languages */\n\n@each $lang-code in $supported-languages {\n    :lang(#{$lang-code}) {\n\n        body {\n            font-family: get-base-font($lang-code);\n        }\n    \n        h1, h2, h3, h4, h5, h6 {\n            font-family: get-heading-font($lang-code);\n        }\n    \n        .section-intro, #post-title, .site-info {\n            font-family: get-title-font($lang-code);\n        }\n    }\n}\n\n\n\n\n\n"
  },
  {
    "path": "scss/_variables.scss",
    "content": "// Font settings\n\n$font-family-base-en:    \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", sans-serif !default;\n$font-family-title-en:   \"Roboto\", \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", sans-serif !default;\n$font-family-heading-en: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", sans-serif !default;\n\n// Font settings - for Mandarin Chinese\n\n$font-family-base-zh:    \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"微軟正黑體\", \"Microsoft JhengHei\", \"SimHei\", \"Microsoft YaHei\", \"文泉驛正黑\", \"WenQuanYi Zen Hei\", \"儷黑 Pro\", \"LiHei Pro\", \"標楷體\", \"DFKai-SB\" !default;\n$font-family-title-zh:   \"Roboto\", \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"文泉驛正黑\", \"WenQuanYi Zen Hei\", \"儷黑 Pro\", \"LiHei Pro\", \"微軟正黑體\", \"Microsoft JhengHei\", \"SimHei\", \"Microsoft YaHei\", \"標楷體\", \"DFKai-SB\" !default;\n$font-family-heading-zh: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"文泉驛正黑\", \"WenQuanYi Zen Hei\", \"儷黑 Pro\", \"LiHei Pro\", \"微軟正黑體\", \"Microsoft JhengHei\", \"SimHei\", \"Microsoft YaHei\", \"標楷體\", \"DFKai-SB\" !default;\n\n// Font settings - for Japenese\n\n$font-family-base-ja:    \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"ヒラギノ角ゴ Pro W3\", \"Hiragino Kaku Gothic Pro\", \"Osaka\", \"メイリオ\", \"Meiryo\", \"ＭＳ Ｐゴシック\", \"MS PGothic\" !default;\n$font-family-title-ja:   \"Roboto\", \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"ヒラギノ角ゴ Pro W3\", \"Hiragino Kaku Gothic Pro\", \"Osaka\", \"メイリオ\", \"Meiryo\", \"ＭＳ Ｐゴシック\", \"MS PGothic\" !default;\n$font-family-heading-ja: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"ヒラギノ角ゴ Pro W3\", \"Hiragino Kaku Gothic Pro\", \"Osaka\", \"メイリオ\", \"Meiryo\", \"ＭＳ Ｐゴシック\", \"MS PGothic\" !default;\n\n// Font settings - for Korean\n\n$font-family-base-ko:    \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"Dotum\", \"Gulim\" !default;\n$font-family-title-ko:   \"Roboto\", \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"Dotum\", \"Gulim\" !default;\n$font-family-heading-ko: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"Dotum\", \"Gulim\" !default;\n\n$supported-languages: (\n\t\"en\",\n\t\"zh\",\n\t\"ja\",\n\t\"ko\"\n) !default;\n\n$font-family-base: () !default;\n$font-family-base: map-merge((\n\t\"en\": $font-family-base-en,\n\t\"zh\": $font-family-base-zh,\n\t\"ja\": $font-family-base-ja,\n\t\"ko\": $font-family-base-ko\n), $font-family-base);\n\n$font-family-title: () !default;\n$font-family-title: map-merge((\n\t\"en\": $font-family-title-en,\n\t\"zh\": $font-family-title-zh,\n\t\"ja\": $font-family-title-ja,\n\t\"ko\": $font-family-title-ko\n), $font-family-title);\n\n$font-family-heading: () !default;\n$font-family-heading: map-merge((\n\t\"en\": $font-family-heading-en,\n\t\"zh\": $font-family-heading-zh,\n\t\"ja\": $font-family-heading-ja,\n\t\"ko\": $font-family-heading-ko\n), $font-family-heading);\n\n// Home- Intro box\n\n$home_intro_box_height: 640px !default;\n$home_intro_bg:         #2b3137 !default;\n$home_intro_font_color: #ffffff !default;\n\n// Header - Navbar\n\n$header_navbar_bg: rgba(20, 25, 29, 0.95) !default;\n$header_navbar_link_color: #c8c9ca !default;\n\n$primary_anchor_color: #007bff;\n\n// Table of Content\n$toc_main_color:   dodgerblue;\n$toc_border_color: dodgerblue;\n$toc_base_font_size: 14px;\n$toc_sub_font_size:  13px;\n\n// Brand Color\n$brand-colors: () !default;\n$brand-colors: map-merge((\n\t\"github\": #333333,\n\t\"gitlab\": #fca326,\n\t\"stackoverflow\": #f48024,\n\t\"facebook\": #3b5998,\n\t\"twitter\": #1da1f2,\n\t\"google\": #dd4b39,\n\t\"instagram\": #833ab4,\n\t\"pinterest\": #bd081c,\n\t\"youtube\": #ff0000\n), $brand-colors);\n\n$white:    #fff !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n$black:    #000 !default;\n\n$grays: () !default;\n$grays: map-merge((\n\t\"100\": $gray-100,\n\t\"200\": $gray-200,\n\t\"300\": $gray-300,\n\t\"400\": $gray-400,\n\t\"500\": $gray-500,\n\t\"600\": $gray-600,\n\t\"700\": $gray-700,\n\t\"800\": $gray-800,\n\t\"900\": $gray-900\n), $grays);\n\n$blue:    #007bff !default;\n$indigo:  #6610f2 !default;\n$purple:  #6f42c1 !default;\n$pink:    #e83e8c !default;\n$red:     #dc3545 !default;\n$orange:  #fd7e14 !default;\n$yellow:  #ffc107 !default;\n$green:   #28a745 !default;\n$teal:    #20c997 !default;\n$cyan:    #17a2b8 !default;\n\n$colors: () !default;\n$colors: map-merge((\n\t\"blue\":       $blue,\n\t\"indigo\":     $indigo,\n\t\"purple\":     $purple,\n\t\"pink\":       $pink,\n\t\"red\":        $red,\n\t\"orange\":     $orange,\n\t\"yellow\":     $yellow,\n\t\"green\":      $green,\n\t\"teal\":       $teal,\n\t\"cyan\":       $cyan,\n\t\"white\":      $white,\n\t\"gray\":       $gray-600,\n\t\"gray-dark\":  $gray-800\n), $colors);\n\n$primary:       $blue !default;\n$secondary:     $gray-600 !default;\n$success:       $green !default;\n$info:          $cyan !default;\n$warning:       $yellow !default;\n$danger:        $red !default;\n$light:         $gray-100 !default;\n$dark:          $gray-800 !default;\n\n$theme-colors: () !default;\n$theme-colors: map-merge((\n\t\"primary\":    $primary,\n\t\"secondary\":  $secondary,\n\t\"success\":    $success,\n\t\"info\":       $info,\n\t\"warning\":    $warning,\n\t\"danger\":     $danger,\n\t\"light\":      $light,\n\t\"dark\":       $dark\n), $theme-colors);\n\n$grid-breakpoints: (\n\txs: 0,\n\tmx: 360px,\n\tsm: 576px,\n\tmd: 768px,\n\tlg: 992px,\n\txl: 1200px,\n\txxl: 1920px\n) !default;\n\n"
  },
  {
    "path": "scss/_video.scss",
    "content": ".video-container {\n\tposition: relative;\n\tpadding-bottom: 56.25%;\n\tpadding-top: 30px;\n\theight: 0;\n    overflow: hidden;\n    \n    iframe, object, embed {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n    }\n}\n\n"
  },
  {
    "path": "scss/_widget.scss",
    "content": "\n/* Sidebar widgets */\n\n.sidebar {\n\n    .widget {\n        border-bottom: 1px #ddd solid;\n        padding: 10px;\n        margin: 0 0 10px 0;\n\n        .search-field-wrapper {\n            padding: 10px;\n        }\n    }\n}\n\n.widget {\n    font-size: 0.9rem;\n\n    .widget-title {\n        font-size: 1.3rem;\n    }\n\n    ul {\n        padding-left: 30px;\n    }\n}\n\n/* Widget - Calendar */\n\n.widget_calendar {\n\t.calendar_wrap {\n        margin: 15px 0;\n        border-radius: 4px;\n        background-color: rgba(255, 255, 255, 0.1);\n\t}\n\n\ttable {\n\t\twidth: 100%;\n        border: 1px #dddddd solid;\n        background-color: #ffffff;\n        color: #333333;\n\n\t\tth, td, caption {\n\t\t\ttext-align: center;\n\t\t\tpadding: 5px;\n        }\n        \n        td a {\n            color: $primary_anchor_color !important;\n        }\n\t\t\n\t\tcaption {\n\t\t\tfont-weight: bold;\n\t\t}\n\n\t\tthead {\n\t\t\tborder-bottom: 1px #dddddd solid;\n\t\t}\n\n\t\ttfoot {\n\t\t\tborder-top: 1px #dddddd solid;\n\t\t}\n\t}\n}\n\n/* Widget - Tag could */\n\n.widget_tag_cloud {\n    .tag-cloud-link {\n        color: #333333;\n        background-color: #ffffff;\n        border: 1px #dddddd solid;\n        border-radius: 3px;\n        margin: 2px 4px;\n        line-height: 150%;\n        padding: 2px 5px;\n        word-break: keep-all;\n        overflow: hidden;\n        display: inline-block;\n    }\n}\n\n/* Widgets in Home middle sidebar  */\n\n.home-middle-sidebar {\n    width: 100%;\n    background-color: lighten($home_intro_bg, 10%);\n    color: darken($home-intro-font-color, 30%);\n    overflow: hidden;\n    display: block;\n    margin: 20px 0;\n\n    .widget {\n        .widget-title {\n            color: #ffffff;\n        }\n        a {\n            color: #f1f1f1;\n        }\n    }\n\n    .widget_tag_cloud {\n        .tag-cloud-link {\n            color: #333333;\n        }\n    }\n\n    .widget_calendar {\n        table { \n            caption {\n                color: #ffffff;\n            }\n        }\n    }\n}\n\n.input-group {\n    .search-field {\n        border-right: 0;\n    }\n}\n\nh2 {\n    &.wp-block-heading {\n        font-size: 1.25rem;\n    }\n}\n\n.wp-block-search {\n    &__input {\n        border: 1px #dddddd solid;\n        border-radius: 4px;\n    }\n\n    &__button {\n        border-radius: 4px;\n    }\n}\n\n.wp-block-latest-comments {\n    padding-left: 0;\n}"
  },
  {
    "path": "scss/_wordpress.scss",
    "content": ".alignnone {\n\tmargin: 5px 20px 20px 0;\n}\n\n.aligncenter {\n\tdisplay: block;\n\tmargin: 5px auto 5px auto;\n}\n\n.alignright {\n\tfloat: right;\n\tmargin: 5px 0 20px 20px;\n}\n.alignleft {\n\tfloat: left;\n\tmargin: 5px 20px 20px 0;\n}\n\nhtml.wp-toolbar {\n    padding-top: 0 !important;\n    padding-bottom: 32px !important;\n\tbox-sizing: border-box;\n}\n\n/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */\n\np {\n\t> embed:only-child,\n\t> iframe:only-child,\n\t> object:only-child {\n\t\tmargin-bottom: 0;\n\t}\n}\n\n.wp-caption,\n.gallery-caption {\n\tcolor: #666;\n\tfont-size: 13px;\n\tfont-size: 0.8125rem;\n\tfont-style: italic;\n\tmargin-bottom: 1.5em;\n\tmax-width: 100%;\n}\n\n.wp-caption {\n\timg[class*=\"wp-image-\"] {\n\t\tdisplay: block;\n\t\tmargin-left: auto;\n\t\tmargin-right: auto;\n\t}\n\t.wp-caption-text {\n\t\tmargin: 0.8075em 0;\n\t}\n}\n\n.bypostauthor {\n\tborder-bottom-width: 1px;\n}\n\n.screen-reader-text {\n\tclip: rect(1px, 1px, 1px, 1px);\n\theight: 1px;\n\toverflow: hidden;\n\tposition: absolute !important;\n\twidth: 1px;\n\tword-wrap: normal !important;\n\t\n\t&:focus {\n\t\tbackground-color: #f1f1f1;\n\t\t-webkit-border-radius: 3px;\n\t\tborder-radius: 3px;\n\t\t-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);\n\t\tbox-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);\n\t\tclip: auto !important;\n\t\tcolor: #21759b;\n\t\tdisplay: block;\n\t\tfont-size: 14px;\n\t\tfont-size: 0.875rem;\n\t\tfont-weight: 700;\n\t\theight: auto;\n\t\tleft: 5px;\n\t\tline-height: normal;\n\t\tpadding: 15px 23px 14px;\n\t\ttext-decoration: none;\n\t\ttop: 5px;\n\t\twidth: auto;\n\t\tz-index: 100000;\n\t}\n}\n\n.error404 {\n\t.site-info {\n\t\tposition: fixed;\n\t\tbottom: 10px;\n\t\tbackground: #ffffff;\n\t}\n\t&.admin-bar {\n\t\t.site-info {\n\t\t\tbottom: 50px;\n\t\t}\n\t}\n\n}\n\n\n\n\n"
  },
  {
    "path": "scss/config.rb",
    "content": "require 'compass/import-once/activate'\n# Require any additional compass plugins here.\n\n# Set this to the root of your project when deployed:\nhttp_path = \"/\"\ncss_dir = \"..\"\nsass_dir = \"\"\nimages_dir = \"images\"\njavascripts_dir = \"js\"\n\n# You can select your preferred output style here (can be overridden via the command line):\n# output_style = :expanded or :nested or :compact or :compressed\n\n# To enable relative paths to assets via compass helper functions. Uncomment:\n# relative_assets = true\n\n# To disable debugging comments that display the original location of your selectors. Uncomment:\nline_comments = false\nenvironment = :production\noutput_style = :expanded\n\n# If you prefer the indented syntax, you might want to regenerate this\n# project again passing --syntax sass, or you can uncomment this:\n# preferred_syntax = :sass\n# and then run:\n# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass\n# \nEncoding.default_external = Encoding.find('utf-8')\n#require 'compass-normalize'\n\ncache = false"
  },
  {
    "path": "scss/editor-style.scss",
    "content": "@import \"variables\";\n@import \"functions\";\n@import \"bootstrap\";\n\n@font-face {\n\t\tfont-family: octicons-link;\n\t\tsrc: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format('woff');\n}\n\nbody {\n\t-ms-text-size-adjust: 100%;\n\t-webkit-text-size-adjust: 100%;\n\tline-height: 1.5;\n\tcolor: #24292e;\n\tfont-size: 1rem;\n\tline-height: 1.5;\n\tword-wrap: break-word;\n\n\t/*\n\t> h1:first-child {\n\t\tdisplay: none;\n\t}\n\t*/\n\t.pl-c {\n\t\tcolor: #6a737d;\n\t}\n\t.pl-c1, .pl-s .pl-v {\n\t\tcolor: #005cc5;\n\t}\n\t.pl-e, .pl-en {\n\t\tcolor: #6f42c1;\n\t}\n\t.pl-smi, .pl-s .pl-s1 {\n\t\tcolor: #24292e;\n\t}\n\t.pl-ent {\n\t\tcolor: #22863a;\n\t}\n\t.pl-k {\n\t\tcolor: #d73a49;\n\t}\n\t.pl-s, .pl-pds, .pl-s .pl-pse .pl-s1 {\n\t\tcolor: #032f62;\n\t}\n\t.pl-sr {\n\t\tcolor: #032f62;\n\t\t.pl-cce, .pl-sre, .pl-sra {\n\t\t\tcolor: #032f62;\n\t\t}\n\t}\n\t.pl-v, .pl-smw {\n\t\tcolor: #e36209;\n\t}\n\t.pl-bu {\n\t\tcolor: #b31d28;\n\t}\n\t.pl-ii {\n\t\tcolor: #fafbfc;\n\t\tbackground-color: #b31d28;\n\t}\n\t.pl-c2 {\n\t\tcolor: #fafbfc;\n\t\tbackground-color: #d73a49;\n\t\t&::before {\n\t\t\tcontent: \"^M\";\n\t\t}\n\t}\n\t.pl-sr .pl-cce {\n\t\tfont-weight: bold;\n\t\tcolor: #22863a;\n\t}\n\t.pl-ml {\n\t\tcolor: #735c0f;\n\t}\n\t.pl-mh {\n\t\tfont-weight: bold;\n\t\tcolor: #005cc5;\n\t\t.pl-en {\n\t\t\tfont-weight: bold;\n\t\t\tcolor: #005cc5;\n\t\t}\n\t}\n\t.pl-ms {\n\t\tfont-weight: bold;\n\t\tcolor: #005cc5;\n\t}\n\t.pl-mi {\n\t\tfont-style: italic;\n\t\tcolor: #24292e;\n\t}\n\t.pl-mb {\n\t\tfont-weight: bold;\n\t\tcolor: #24292e;\n\t}\n\t.pl-md {\n\t\tcolor: #b31d28;\n\t\tbackground-color: #ffeef0;\n\t}\n\t.pl-mi1 {\n\t\tcolor: #22863a;\n\t\tbackground-color: #f0fff4;\n\t}\n\t.pl-mc {\n\t\tcolor: #e36209;\n\t\tbackground-color: #ffebda;\n\t}\n\t.pl-mi2 {\n\t\tcolor: #f6f8fa;\n\t\tbackground-color: #005cc5;\n\t}\n\t.pl-mdr {\n\t\tfont-weight: bold;\n\t\tcolor: #6f42c1;\n\t}\n\t.pl-ba {\n\t\tcolor: #586069;\n\t}\n\t.pl-sg {\n\t\tcolor: #959da5;\n\t}\n\t.pl-corl {\n\t\ttext-decoration: underline;\n\t\tcolor: #032f62;\n\t}\n\t.octicon {\n\t\tdisplay: inline-block;\n\t\tvertical-align: text-top;\n\t\tfill: currentColor;\n\t}\n\ta {\n\t\tbackground-color: transparent;\n\t\t&:active, &:hover {\n\t\t\toutline-width: 0;\n\t\t}\n\t}\n\tstrong {\n\t\tfont-weight: inherit;\n\t\tfont-weight: bolder;\n\t}\n\th1 {\n\t\tfont-size: 2em;\n\t\tmargin: 0.67em 0;\n\t}\n\timg {\n\t\tborder-style: none;\n\t}\n\tcode, kbd, pre {\n\t\tfont-family: monospace, monospace;\n\t\tfont-size: 1em;\n\t}\n\thr {\n\t\tbox-sizing: content-box;\n\t\theight: 0;\n\t\toverflow: visible;\n\t}\n\tinput {\n\t\tfont: inherit;\n\t\tmargin: 0;\n\t\toverflow: visible;\n\t}\n\t[type=\"checkbox\"] {\n\t\tbox-sizing: border-box;\n\t\tpadding: 0;\n\t}\n\t* {\n\t\tbox-sizing: border-box;\n\t}\n\tinput {\n\t\tfont-family: inherit;\n\t\tfont-size: inherit;\n\t\tline-height: inherit;\n\t}\n\ta {\n\t\tcolor: #0366d6;\n\t\ttext-decoration: none;\n\t\t&:hover {\n\t\t\ttext-decoration: underline;\n\t\t}\n\t}\n\tstrong {\n\t\tfont-weight: 600;\n\t}\n\thr {\n\t\theight: 0;\n\t\tmargin: 15px 0;\n\t\toverflow: hidden;\n\t\tbackground: transparent;\n\t\tborder: 0;\n\t\tborder-bottom: 1px solid #dfe2e5;\n\t\t&::before {\n\t\t\tdisplay: table;\n\t\t\tcontent: \"\";\n\t\t}\n\t\t&::after {\n\t\t\tdisplay: table;\n\t\t\tclear: both;\n\t\t\tcontent: \"\";\n\t\t}\n\t}\n\ttable {\n\t\tborder-spacing: 0;\n\t\tborder-collapse: collapse;\n\t}\n\ttd, th {\n\t\tpadding: 0;\n\t}\n\th1, h2, h3, h4, h5, h6 {\n\t\tmargin-top: 0;\n\t\tmargin-bottom: 0;\n\t}\n\th1 {\n\t\tfont-size: 32px;\n\t\tfont-weight: 600;\n\t}\n\th2 {\n\t\tfont-size: 24px;\n\t\tfont-weight: 600;\n\t}\n\th3 {\n\t\tfont-size: 20px;\n\t\tfont-weight: 600;\n\t}\n\th4 {\n\t\tfont-size: 16px;\n\t\tfont-weight: 600;\n\t}\n\th5 {\n\t\tfont-size: 14px;\n\t\tfont-weight: 600;\n\t}\n\th6 {\n\t\tfont-size: 12px;\n\t\tfont-weight: 600;\n\t}\n\tp {\n\t\tmargin-top: 0;\n\t\tmargin-bottom: 10px;\n\t}\n\tblockquote {\n\t\tmargin: 0;\n\t}\n\tul {\n\t\tpadding-left: 0;\n\t\tmargin-top: 0;\n\t\tmargin-bottom: 0;\n\t}\n\tol {\n\t\tpadding-left: 0;\n\t\tmargin-top: 0;\n\t\tmargin-bottom: 0;\n\t\tol {\n\t\t\tlist-style-type: lower-roman;\n\t\t}\n\t}\n\tul {\n\t\tol {\n\t\t\tlist-style-type: lower-roman;\n\t\t}\n\t\tul ol, ol ol {\n\t\t\tlist-style-type: lower-alpha;\n\t\t}\n\t}\n\tol {\n\t\tul ol, ol ol {\n\t\t\tlist-style-type: lower-alpha;\n\t\t}\n\t}\n\tdd {\n\t\tmargin-left: 0;\n\t}\n\tcode {\n\t\tfont-family: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\n\t\tfont-size: 12px;\n\t}\n\tpre {\n\t\tmargin-top: 0;\n\t\tmargin-bottom: 0;\n\t\tfont-family: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\n\t\tfont-size: 12px;\n\t}\n\t.octicon {\n\t\tvertical-align: text-bottom;\n\t}\n\t.pl-0 {\n\t\tpadding-left: 0 !important;\n\t}\n\t.pl-1 {\n\t\tpadding-left: 4px !important;\n\t}\n\t.pl-2 {\n\t\tpadding-left: 8px !important;\n\t}\n\t.pl-3 {\n\t\tpadding-left: 16px !important;\n\t}\n\t.pl-4 {\n\t\tpadding-left: 24px !important;\n\t}\n\t.pl-5 {\n\t\tpadding-left: 32px !important;\n\t}\n\t.pl-6 {\n\t\tpadding-left: 40px !important;\n\t}\n\t&::before {\n\t\tdisplay: table;\n\t\tcontent: \"\";\n\t}\n\t&::after {\n\t\tdisplay: table;\n\t\tclear: both;\n\t\tcontent: \"\";\n\t}\n\t> * {\n\t\t&:first-child {\n\t\t\tmargin-top: 0 !important;\n\t\t}\n\t\t&:last-child {\n\t\t\tmargin-bottom: 0 !important;\n\t\t}\n\t}\n\ta:not([href]) {\n\t\tcolor: inherit;\n\t\ttext-decoration: none;\n\t}\n\t.anchor {\n\t\tfloat: left;\n\t\tpadding-right: 4px;\n\t\tmargin-left: -20px;\n\t\tline-height: 1;\n\t\t&:focus {\n\t\t\toutline: none;\n\t\t}\n\t}\n\tp, blockquote, ul, ol, dl, table, pre {\n\t\tmargin-top: 0;\n\t\tmargin-bottom: 16px;\n\t}\n\thr {\n\t\theight: 0.25em;\n\t\tpadding: 0;\n\t\tmargin: 24px 0;\n\t\tbackground-color: #e1e4e8;\n\t\tborder: 0;\n\t}\n\tblockquote {\n\t\tpadding: 0 1em;\n\t\tcolor: #6a737d;\n\t\tborder-left: 0.25em solid #dfe2e5;\n\t\t> {\n\t\t\t:first-child {\n\t\t\t\tmargin-top: 0;\n\t\t\t}\n\t\t\t:last-child {\n\t\t\t\tmargin-bottom: 0;\n\t\t\t}\n\t\t}\n\t}\n\tkbd {\n\t\tdisplay: inline-block;\n\t\tpadding: 3px 5px;\n\t\tfont-size: 11px;\n\t\tline-height: 10px;\n\t\tcolor: #444d56;\n\t\tvertical-align: middle;\n\t\tbackground-color: #fafbfc;\n\t\tborder: solid 1px #c6cbd1;\n\t\tborder-bottom-color: #959da5;\n\t\tborder-radius: 3px;\n\t\tbox-shadow: inset 0 -1px 0 #959da5;\n\t}\n\th1, h2, h3, h4, h5, h6 {\n\t\tmargin-top: 24px;\n\t\tmargin-bottom: 16px;\n\t\tfont-weight: 600;\n\t\tline-height: 1.25;\n\t}\n\th1 .octicon-link, h2 .octicon-link, h3 .octicon-link, h4 .octicon-link, h5 .octicon-link, h6 .octicon-link {\n\t\tcolor: #1b1f23;\n\t\tvertical-align: middle;\n\t\tvisibility: hidden;\n\t}\n\th1:hover .anchor, h2:hover .anchor, h3:hover .anchor, h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {\n\t\ttext-decoration: none;\n\t}\n\th1:hover .anchor .octicon-link, h2:hover .anchor .octicon-link, h3:hover .anchor .octicon-link, h4:hover .anchor .octicon-link, h5:hover .anchor .octicon-link, h6:hover .anchor .octicon-link {\n\t\tvisibility: visible;\n\t}\n\th1 {\n\t\tpadding-bottom: 0.3em;\n\t\tfont-size: 2em;\n\t\tborder-bottom: 1px solid #eaecef;\n\t}\n\th2 {\n\t\tpadding-bottom: 0.3em;\n\t\tfont-size: 1.5em;\n\t\tborder-bottom: 1px solid #eaecef;\n\t}\n\th3 {\n\t\tfont-size: 1.25em;\n\t}\n\th4 {\n\t\tfont-size: 1em;\n\t}\n\th5 {\n\t\tfont-size: 0.875em;\n\t}\n\th6 {\n\t\tfont-size: 0.85em;\n\t\tcolor: #6a737d;\n\t}\n\tul, ol {\n\t\tpadding-left: 2em;\n\t}\n\tul {\n\t\tul, ol {\n\t\t\tmargin-top: 0;\n\t\t\tmargin-bottom: 0;\n\t\t}\n\t}\n\tol {\n\t\tol, ul {\n\t\t\tmargin-top: 0;\n\t\t\tmargin-bottom: 0;\n\t\t}\n\t}\n\tli {\n\t\tword-wrap: break-all;\n\t\t> p {\n\t\t\tmargin-top: 16px;\n\t\t}\n\t\t+ li {\n\t\t\tmargin-top: 0.25em;\n\t\t}\n\t}\n\tdl {\n\t\tpadding: 0;\n\t\tdt {\n\t\t\tpadding: 0;\n\t\t\tmargin-top: 16px;\n\t\t\tfont-size: 1em;\n\t\t\tfont-style: italic;\n\t\t\tfont-weight: 600;\n\t\t}\n\t\tdd {\n\t\t\tpadding: 0 16px;\n\t\t\tmargin-bottom: 16px;\n\t\t}\n\t}\n\ttable {\n\t\tdisplay: block;\n\t\twidth: 100%;\n\t\toverflow: auto;\n\t\tth {\n\t\t\tfont-weight: 600;\n\t\t\tpadding: 6px 13px;\n\t\t\tborder: 1px solid #dfe2e5;\n\t\t}\n\t\ttd {\n\t\t\tpadding: 6px 13px;\n\t\t\tborder: 1px solid #dfe2e5;\n\t\t}\n\t\ttr {\n\t\t\tbackground-color: #fff;\n\t\t\tborder-top: 1px solid #c6cbd1;\n\t\t\t&:nth-child(2n) {\n\t\t\t\tbackground-color: #f6f8fa;\n\t\t\t}\n\t\t}\n\t}\n\timg {\n\t\tmax-width: 100%;\n\t\tbox-sizing: content-box;\n\t\tbackground-color: #fff;\n\t\t&[align=right] {\n\t\t\tpadding-left: 20px;\n\t\t}\n\t\t&[align=left] {\n\t\t\tpadding-right: 20px;\n\t\t}\n\t}\n\tcode {\n\t\tpadding: 0.2em 0.4em;\n\t\tfont-size: 85%;\n\t\tbackground-color: rgba(27, 31, 35, 0.05);\n\t\tborder-radius: 3px;\n\t\tcolor: #333;\n\t}\n\tpre {\n\t\tword-wrap: normal;\n\t\t> code {\n\t\t\tpadding: 0;\n\t\t\tmargin: 0;\n\t\t\tfont-size: 100%;\n\t\t\tword-break: normal;\n\t\t\twhite-space: pre;\n\t\t\tbackground: transparent;\n\t\t\tborder: 0;\n\t\t}\n\t}\n\t.highlight {\n\t\tmargin-bottom: 16px;\n\t\tpre {\n\t\t\tmargin-bottom: 0;\n\t\t\tword-break: normal;\n\t\t\tpadding: 16px;\n\t\t\toverflow: auto;\n\t\t\tfont-size: 85%;\n\t\t\tline-height: 1.45;\n\t\t\tbackground-color: #f6f8fa;\n\t\t\tborder-radius: 3px;\n\t\t}\n\t}\n\tpre {\n\t\tpadding: 16px;\n\t\toverflow: auto;\n\t\tfont-size: 85%;\n\t\tline-height: 1.45;\n\t\tbackground-color: #f6f8fa;\n\t\tborder-radius: 3px;\n\t\tcode {\n\t\t\tdisplay: inline;\n\t\t\tmax-width: auto;\n\t\t\tpadding: 0;\n\t\t\tmargin: 0;\n\t\t\toverflow: visible;\n\t\t\tline-height: inherit;\n\t\t\tword-wrap: normal;\n\t\t\tbackground-color: transparent;\n\t\t\tborder: 0;\n\t\t}\n\t}\n\t.full-commit .btn-outline:not(:disabled):hover {\n\t\tcolor: #005cc5;\n\t\tborder-color: #005cc5;\n\t}\n\tkbd {\n\t\tdisplay: inline-block;\n\t\tpadding: 3px 5px;\n\t\tfont: 11px \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\n\t\tline-height: 10px;\n\t\tcolor: #444d56;\n\t\tvertical-align: middle;\n\t\tbackground-color: #fafbfc;\n\t\tborder: solid 1px #d1d5da;\n\t\tborder-bottom-color: #c6cbd1;\n\t\tborder-radius: 3px;\n\t\tbox-shadow: inset 0 -1px 0 #c6cbd1;\n\t}\n\t:checked + .radio-label {\n\t\tposition: relative;\n\t\tz-index: 1;\n\t\tborder-color: #0366d6;\n\t}\n\t.task-list-item {\n\t\tlist-style-type: none;\n\t\t+ .task-list-item {\n\t\t\tmargin-top: 3px;\n\t\t}\n\t\tinput {\n\t\t\tmargin: 0 0.2em 0.25em -1.6em;\n\t\t\tvertical-align: middle;\n\t\t}\n\t}\n\thr {\n\t\tborder-bottom-color: #eee;\n\t}\n}\n\n/* Use the best fit font for different languages */\n\n@each $lang-code in $supported-languages {\n    :lang(#{$lang-code}) {\n\n        body {\n            font-family: get-base-font($lang-code);\n        }\n    \n        h1, h2, h3, h4, h5, h6 {\n            font-family: get-heading-font($lang-code);\n        }\n    \n        .section-intro, #post-title, .site-info {\n            font-family: get-title-font($lang-code);\n        }\n    }\n}"
  },
  {
    "path": "scss/index.html",
    "content": ""
  },
  {
    "path": "scss/style.scss",
    "content": "/*\n\tTheme Name: Mynote\n\tTheme URI: https://terryl.in/en/repository/mynote/\n\tRequires at least: 3.6\n\tTested up to: 6.2.2\n\tRequires PHP: 5.2.4\n\tDescription: Mynote is a responsive, clean, Markdown friendly WordPress blog theme. It is based on Bootstrap 4 and Fontawesome 5. It is suitable for programming, business, technical, professional, niche and any kind of blogging sites. Mynote has landing-page templates so that can your highly customize your homepage, make your website unique and professional.\n\tVersion: 2.0.5\n\tAuthor: Terry Lin\n\tAuthor URI: https://terryl.in\n\tTags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, custom-logo, custom-colors, custom-header, featured-images, featured-image-header, microformats, theme-options, footer-widgets, threaded-comments, translation-ready, blog, entertainment\n\tLicense: GNU General Public License v3 or later\n\tLicense URI: http://www.gnu.org/licenses/gpl-3.0.html\n\tText Domain: mynote\n*/\n\n@import \"variables\";\n@import \"functions\";\n@import \"bootstrap\";\n@import \"misc\";\n@import \"main\";\n@import \"home\";\n@import \"header\";\n@import \"footer\";\n@import \"comment\";\n@import \"typography\";\n@import \"widget\";\n@import \"buttons\";\n@import \"labels\";\n@import \"sticky-top\";\n@import \"page-progress\";\n@import \"table-of-content\";\n@import \"shortcode\";\n@import \"breadcrumb\";\n@import \"the-author-card\";\n@import \"wordpress\";\n@import \"responsive\";\n@import \"video\";\n@import \"markdown-theme-github\";\n\n"
  },
  {
    "path": "search.php",
    "content": "<?php\n/**\n * The Search page of Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0.0\n */\n\nget_header();\n\n?>\n\n<div class=\"category-header\">\n\t<div class=\"container\">\n\t\t<h1 id=\"post-title\" class=\"search\" itemprop=\"headline\">\n\t\t\t<?php echo get_search_query(); ?>\n\t\t\t<span class=\"badge badge-secondary\">\n\t\t\t\t<?php echo $wp_query->found_posts; ?>\n\t\t\t</span>\t\n\t\t</h1>\n\t\t<div class=\"term-desctiotion\">\n\t\t\t<?php\n\t\t\t\t// translators: %s is the number of search results.\n\t\t\t\techo sprintf( __( '%1$s Search Results for %2$s', 'mynote' ), $wp_query->found_posts, get_search_query() );\n\t\t\t?>\n\t\t</div>\n\t</div>\n</div>\n\n<?php\n\t/**\n\t * Hook: mynote_search_headline_after\n\t *\n\t * The width here is wide, style it with proper CSS code.\n\t */\n\tdo_action( 'mynote_search_headline_after' );\n?>\n\n<main role=\"main\">\n\t<?php get_template_part( 'template-parts/archive' ); ?>\n</main>\n\n<?php get_footer(); ?>\n"
  },
  {
    "path": "searchform.php",
    "content": "<?php\n/**\n * Template for displaying search forms in Mynote\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\n$unique_id = uniqid( 'search-form' );\n\n?>\n\n<form id=\"search-form\" class=\"search\" method=\"get\" action=\"<?php echo esc_url( home_url() ); ?>\" role=\"search\" autocomplete=\"off\">\n\t<input type=\"text\" name=\"s\" class=\"search-input\" placeholder=\"<?php esc_attr_e( 'To search, type and hit enter.', 'mynote' ); ?>\">\n\t<span class=\"search-icon\" onclick=\"document.getElementById('search-form').submit();\">\n\t\t<i class=\"fas fa-search\"></i>\n\t</span>\n</form>\n"
  },
  {
    "path": "sidebar-archive.php",
    "content": "<?php\n/**\n * The sidebar part of Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.2.0\n * @version 1.2.0\n */\n\nif ( ! is_active_sidebar( 'sidebar-7' ) ) {\n\treturn;\n}\n?>\n\n<?php if ( is_active_sidebar( 'sidebar-7' ) ) : ?>\n\t<div id=\"sidebar-archive\" class=\"sidebar\">\n\t\t<?php dynamic_sidebar( 'sidebar-7' ); ?>\n\t</div>\n<?php endif; ?>\n"
  },
  {
    "path": "sidebar-home.php",
    "content": "<?php\n/**\n * The sidebar part of Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.2.0\n * @version 1.2.0\n */\n\nif ( ! is_active_sidebar( 'sidebar-6' ) ) {\n\treturn;\n}\n?>\n\n<?php if ( is_active_sidebar( 'sidebar-6' ) ) : ?>\n\t<div id=\"sidebar-home\" class=\"sidebar\">\n\t\t<?php dynamic_sidebar( 'sidebar-6' ); ?>\n\t</div>\n<?php endif; ?>\n"
  },
  {
    "path": "single-product.php",
    "content": "<?php\n/**\n * The Single page of Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 1.6.3\n */\n\nget_header();\n\n?>\n\n<div class=\"data-schema is-single\" itemscope itemtype=\"<?php mynote_article_schema(); ?>\">\n\t<?php if ( have_posts() ) : ?>\n\t\t<?php while ( have_posts() ) : ?>\n\t\t\t<?php the_post(); ?>\n\t\t\t<div class=\"single-post-header\">\n\t\t\t\t<div class=\"container\">\n\t\t\t\t\t<h1 id=\"post-title\" itemprop=\"headline\"><?php the_title(); ?></h1>\n\t\t\t\t\t<div class=\"post-mynote-buttons\">\n\t\t\t\t\t\t<?php mynote_edit_button(); ?>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t<?php endwhile; ?>\n\t<?php endif; ?>\n\n\t<div class=\"container\">\n\t\t<div class=\"row row-layout-choice-post\">\n\t\t\t<main id=\"main-container\" class=\"col-lg-12 col-md-12 col-sm-12\" role=\"main\">\n\t\t\t\t<?php woocommerce_content(); ?>\n\t\t\t</main>\n\t\t</div>\n\t\t<?php\n\t\tthe_post_navigation(\n\t\t\tarray(\n\t\t\t\t'prev_text' => '<i class=\"fas fa-angle-left\"></i> <span class=\"screen-reader-text\">' . __( 'Previous Post', 'mynote' ) . '</span> %title',\n\t\t\t\t'next_text' => '<i class=\"fas fa-angle-right\"></i> <span class=\"screen-reader-text\">' . __( 'Next Post', 'mynote' ) . '</span> %title',\n\t\t\t)\n\t\t);\n\n\t\t?>\n\t</div>\n</div>\n\n<?php\n\nget_footer();\n"
  },
  {
    "path": "single.php",
    "content": "<?php\n/**\n * The Single page of Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 1.2.2\n */\n\nget_header();\n\n?>\n\n<?php mynote_title_progress_bar(); ?>\n\n<div class=\"data-schema is-single\" itemscope itemtype=\"<?php mynote_article_schema(); ?>\">\n\n\t<?php\n\t\t/**\n\t\t * Hook: mynote_post_before\n\t\t *\n\t\t * @hooked mynote_post_metadata - 10\n\t\t */\n\t\tdo_action( 'mynote_post_before' );\n\t?>\n\n\t<div class=\"container\">\n\t\t<div class=\"row row-layout-choice-post\">\n\t\t\t<main id=\"main-container\" class=\"<?php echo esc_attr( mynote_main_container_css() ); ?>\" role=\"main\">\n\n\t\t\t\t<?php if ( have_posts() ) : ?>\n\n\t\t\t\t\t<?php while ( have_posts() ) : ?>\n\n\t\t\t\t\t\t<?php the_post(); ?>\n\n\t\t\t\t\t\t<article id=\"post-<?php the_ID(); ?>\" <?php post_class( 'markdown-body' ); ?>>\n\n\t\t\t\t\t\t\t<?php if ( mynote_is_post_featured_image() && has_post_thumbnail() ) : ?>\n\t\t\t\t\t\t\t\t<?php mynote_post_figure(); ?>\n\t\t\t\t\t\t\t<?php endif; ?>\n\t\n\t\t\t\t\t\t\t<div itemprop=\"articleBody\">\n\n\t\t\t\t\t\t\t\t<?php\n\t\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t\t * Hook: mynote_post_content_before\n\t\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\t\tdo_action( 'mynote_post_content_before' );\n\n\t\t\t\t\t\t\t\t\tthe_content();\n\n\t\t\t\t\t\t\t\t\t/**\n\t\t\t\t\t\t\t\t\t * Hook: mynote_post_content_after\n\t\t\t\t\t\t\t\t\t */\n\t\t\t\t\t\t\t\t\tdo_action( 'mynote_post_content_after' );\n\n\t\t\t\t\t\t\t\t\twp_link_pages(\n\t\t\t\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t\t\t\t'before' => '<div class=\"page-links\">' . __( 'Pages:', 'mynote' ),\n\t\t\t\t\t\t\t\t\t\t\t'after'  => '</div>',\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t?>\n\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</article>\n\n\t\t\t\t\t\t<section class=\"modified-date\" itemprop=\"dateModified\" content=\"<?php the_modified_date( 'c' ); ?>\">\n\t\t\t\t\t\t\t<?php esc_html_e( 'Last modified: ', 'mynote' ); ?>\n\t\t\t\t\t\t\t<?php the_modified_date(); ?>\n\t\t\t\t\t\t</section>\n\n\t\t\t\t\t\t<section class=\"tags\">\n\t\t\t\t\t\t\t<?php the_tags( '', '' ); ?>\n\t\t\t\t\t\t</section>\n\n\t\t\t\t\t\t<?php if ( mynote_is_post_author_card() ) : ?>\n\t\t\t\t\t\t\t<?php mynote_author_card(); ?>\n\t\t\t\t\t\t<?php endif; ?>\n\n\t\t\t\t\t\t<?php if ( mynote_is_post_comment_section() ) : ?>\n\t\t\t\t\t\t\t<?php comments_template(); ?>\n\t\t\t\t\t\t<?php endif; ?>\n\n\t\t\t\t\t<?php endwhile; ?>\n\n\t\t\t\t<?php else : ?>\n\t\t\t\t\t<article>\n\t\t\t\t\t\t<h1><?php esc_html_e( 'Sorry, nothing to display.', 'mynote' ); ?></h1>\n\t\t\t\t\t</article>\n\t\t\t\t<?php endif; ?>\n\n\t\t\t</main>\n\n\t\t\t<?php\n\t\t\t\t/**\n\t\t\t\t * Functions hooked in to mynote_post_sidebar action\n\t\t\t\t *\n\t\t\t\t * @hooked mynote_post_sidebar - 10\n\t\t\t\t */\n\t\t\t\tdo_action( 'mynote_post_sidebar' );\n\t\t\t?>\n\n\t\t</div><!-- .row -->\n\n\t\t<?php\n\n\t\tthe_post_navigation(\n\t\t\tarray(\n\t\t\t\t'prev_text' => '<i class=\"fas fa-angle-left\"></i> <span class=\"screen-reader-text\">' . __( 'Previous Post', 'mynote' ) . '</span> %title',\n\t\t\t\t'next_text' => '<i class=\"fas fa-angle-right\"></i> <span class=\"screen-reader-text\">' . __( 'Next Post', 'mynote' ) . '</span> %title',\n\t\t\t)\n\t\t);\n\n\t\t?>\n\n\t</div><!-- .container -->\n\n\t<?php\n\t\t/**\n\t\t * Hook: mynote_post_after\n\t\t */\n\t\tdo_action( 'mynote_post_after' );\n\t?>\n\n</div><!-- .data-schema -->\n\n<?php\n\nget_footer();\n"
  },
  {
    "path": "style.css",
    "content": "@charset \"UTF-8\";\r\n/*\r\n\tTheme Name: Mynote\r\n\tTheme URI: https://terryl.in/en/repository/mynote/\r\n\tRequires at least: 3.6\r\n\tTested up to: 6.2.2\r\n\tRequires PHP: 5.2.4\r\n\tDescription: Mynote is a responsive, clean, Markdown friendly WordPress blog theme. It is based on Bootstrap 4 and Fontawesome 5. It is suitable for programming, business, technical, professional, niche and any kind of blogging sites. Mynote has landing-page templates so that can your highly customize your homepage, make your website unique and professional.\r\n\tVersion: 2.0.5\r\n\tAuthor: Terry Lin\r\n\tAuthor URI: https://terryl.in\r\n\tTags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, custom-logo, custom-colors, custom-header, featured-images, featured-image-header, microformats, theme-options, footer-widgets, threaded-comments, translation-ready, blog, entertainment\r\n\tLicense: GNU General Public License v3 or later\r\n\tLicense URI: http://www.gnu.org/licenses/gpl-3.0.html\r\n\tText Domain: mynote\r\n*/\r\n::selection {\r\n  background: #04A4CC;\r\n  color: #FFF;\r\n  text-shadow: none;\r\n}\r\n\r\n::-webkit-selection {\r\n  background: #04A4CC;\r\n  color: #FFF;\r\n  text-shadow: none;\r\n}\r\n\r\n::-moz-selection {\r\n  background: #04A4CC;\r\n  color: #FFF;\r\n  text-shadow: none;\r\n}\r\n\r\n/* Single - Post */\r\n.single-post-header {\r\n  background-color: #fafbfc;\r\n  background: none;\r\n  padding: 20px 0px;\r\n  margin-bottom: 20px;\r\n  border-bottom: 0px solid #e1e4e8;\r\n}\r\n.single-post-header h1 {\r\n  font-size: 32px;\r\n  margin-bottom: 0;\r\n  font-weight: 400;\r\n  line-height: 1.125;\r\n  word-wrap: break-word;\r\n}\r\n.single-post-header .post-mynote-buttons {\r\n  float: right;\r\n  margin-top: 5px;\r\n}\r\n.single-post-header .author-link {\r\n  font-weight: bold;\r\n  color: #586069 !important;\r\n}\r\n.single-post-header .post-meta {\r\n  padding: 5px;\r\n  font-size: 14px;\r\n}\r\n.single-post-header .post-meta .poster-avatar {\r\n  margin-right: 5px;\r\n}\r\n\r\n.page {\r\n  /* Hide post meta in Page */\r\n}\r\n.page .post-meta {\r\n  visibility: hidden;\r\n}\r\n\r\narticle figcaption {\r\n  color: #6c757d;\r\n  margin: 0.25rem 0 1rem;\r\n  text-align: center;\r\n  font-style: italic;\r\n}\r\n\r\n/* Category page. */\r\n.category-header {\r\n  background-color: #fafbfc;\r\n  padding: 20px 0px;\r\n  margin-bottom: 20px;\r\n  border-bottom: 1px solid #e1e4e8;\r\n}\r\n.category-header h1 {\r\n  font-size: 2rem;\r\n  margin-bottom: 0;\r\n  font-weight: 400;\r\n  line-height: 48px;\r\n  word-wrap: break-word;\r\n}\r\n.category-header h1:before {\r\n  font-family: 'Font Awesome 5 Free';\r\n  border: 0px #dddddd solid;\r\n  border-radius: 5px;\r\n  width: 48px;\r\n  height: 48px;\r\n  padding-left: 6px;\r\n  display: inline-block;\r\n  vertical-align: middle;\r\n  position: relative;\r\n  top: -3px;\r\n  overflow: hidden;\r\n  text-align: center;\r\n  margin-right: 10px;\r\n  line-height: 48px;\r\n  font-size: 1.6rem;\r\n  font-weight: 600;\r\n  padding-right: 5px;\r\n  text-shadow: rgba(102, 102, 102, 0.5) 0 -1px 0, rgba(255, 255, 255, 0.6) 0 2px 1px;\r\n  background-image: -webkit-repeating-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, 0.1) 7.5%), -webkit-repeating-linear-gradient(left, transparent 0%, transparent 4%, rgba(0, 0, 0, 0.03) 4.5%), -webkit-repeating-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1.2%, rgba(255, 255, 255, 0.15) 2.2%), linear-gradient(180deg, #c7c7c7 0%, #e6e6e6 47%, #c7c7c7 53%, #b3b3b3 100%);\r\n  color: #333333;\r\n  box-shadow: inset rgba(38, 38, 38, 0.2) 0 0px 0px 1px, inset rgba(38, 38, 38, 0.2) 0 -1px 1px 1px, inset rgba(0, 0, 0, 0.25) 0 -1px 0px 2px, inset rgba(255, 255, 255, 0.7) 0 1px 0px 2px, rgba(0, 0, 0, 0.15) 0 -1px 1px 1px, rgba(255, 255, 255, 0.5) 0 1px 1px 1px;\r\n  /* outer HL */\r\n}\r\n.category-header h1.category:before {\r\n  content: '\\f0c6';\r\n}\r\n.category-header h1.archive:before {\r\n  content: '\\f1c6';\r\n}\r\n.category-header h1.tag:before {\r\n  content: '\\f02c';\r\n}\r\n.category-header h1.git:before {\r\n  content: '\\f1d3';\r\n}\r\n.category-header h1.search:before {\r\n  content: '\\f002';\r\n}\r\n.category-header h1.user:before {\r\n  content: '\\f007';\r\n}\r\n.category-header h1.error-404:before {\r\n  content: '\\f071';\r\n}\r\n.category-header h1 .badge {\r\n  font-size: 0.81rem;\r\n}\r\n.category-header .term-desctiotion {\r\n  font-size: 0.81rem !important;\r\n}\r\n\r\n/* Single - Post - A part of page title progress bar */\r\n.single-post-title-bar {\r\n  background-color: #24292e;\r\n  color: #c8c9ca;\r\n  font-weight: 600;\r\n  display: none;\r\n  transform: translateY(-60px);\r\n  -webkit-transform: translateY(-60px);\r\n  transform-origin: top;\r\n  transition: .5s ease;\r\n}\r\n.single-post-title-bar.fixed-top {\r\n  z-index: 100001;\r\n}\r\n.single-post-title-bar .container {\r\n  justify-content: flex-start;\r\n}\r\n@media (max-width: 991.98px) {\r\n  .single-post-title-bar .container {\r\n    padding: 0;\r\n  }\r\n}\r\n.single-post-title-bar.slide-down {\r\n  transform: translateY(0);\r\n  -webkit-transform: translateY(0);\r\n}\r\n.single-post-title-bar .logo-img {\r\n  height: 32px;\r\n}\r\n.single-post-title-bar .navbar-brand {\r\n  padding: 0;\r\n}\r\n.single-post-title-bar .navbar {\r\n  min-height: 60px;\r\n  padding: 10px !important;\r\n}\r\n\r\n/* Button - go to top. */\r\n.go-top {\r\n  display: inline-block;\r\n  font-size: 16px;\r\n  color: #fff;\r\n  background: rgba(0, 0, 0, 0.5);\r\n  position: fixed;\r\n  right: 15px;\r\n  bottom: 15px;\r\n  margin: 0px;\r\n  z-index: 1000;\r\n  width: 35px;\r\n  height: 35px;\r\n  line-height: 35px;\r\n  border-radius: 5px;\r\n  text-align: center;\r\n}\r\n.go-top:hover {\r\n  color: #ffffff;\r\n}\r\n.go-top i {\r\n  position: relative;\r\n}\r\n\r\n/* Tags */\r\n.tags {\r\n  margin: 15px 0;\r\n  text-align: right;\r\n  overflow: hidden;\r\n}\r\n.tags a {\r\n  padding: 2px 5px;\r\n  margin: 5px;\r\n  text-decoration: none;\r\n  font-size: 0.9rem;\r\n  color: #24292e;\r\n  border-radius: 3px;\r\n  word-break: keep-all;\r\n  display: inline-block;\r\n}\r\n.tags a:hover {\r\n  background-image: linear-gradient(-180deg, #dddddd 0%, #ffffff 90%);\r\n}\r\n.tags a:before {\r\n  font-family: 'Font Awesome 5 Free';\r\n  content: \"\\f02b\";\r\n  font-size: 13px;\r\n  font-weight: 900;\r\n  padding-right: 5px;\r\n  color: #aaaaaa;\r\n}\r\n\r\n.modified-date {\r\n  margin: 40px !important;\r\n  text-align: center;\r\n  font-size: 0.85rem;\r\n  font-style: italic;\r\n}\r\n\r\n/* Pagination */\r\n.pagination-container {\r\n  margin: 20px auto !important;\r\n}\r\n\r\n/* Read more fade out effect */\r\n.card-text-fade-out {\r\n  height: 180px;\r\n  max-height: 180px;\r\n  position: relative !important;\r\n  overflow: hidden;\r\n}\r\n.card-text-fade-out .effect-layer {\r\n  position: absolute;\r\n  content: ' ';\r\n  bottom: 0;\r\n  left: 0;\r\n  width: 100%;\r\n  height: 80px;\r\n  overflow: hidden;\r\n  display: block;\r\n  text-align: center;\r\n  z-index: 2;\r\n  margin: 0;\r\n  padding: 0 0 20px 0;\r\n  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9), white);\r\n}\r\n\r\n.card-body-footer {\r\n  margin-top: 15px;\r\n}\r\n\r\n/* Background image fit the center */\r\n.bg-cover {\r\n  background-size: cover;\r\n  background-repeat: no-repeat;\r\n  background-position: center center;\r\n}\r\n\r\n.section-intro {\r\n  width: 100%;\r\n  min-height: 640px;\r\n  background-color: #2b3137;\r\n  color: #ffffff;\r\n  overflow: hidden;\r\n}\r\n.section-intro a {\r\n  color: #fff !important;\r\n  cursor: pointer;\r\n}\r\n.section-intro .desc-text {\r\n  color: #adb5bd;\r\n}\r\n\r\n/*\r\n.menu-is-collapsed {\r\n    .header {\r\n        -webkit-transition: background-color 0.5s;\r\n        -moz-transition: background-color 0.5s;\r\n        -o-transition: background-color 0.5s;\r\n        transition: background-color 0.5s\r\n    }\r\n}\r\n*/\r\n.main-header {\r\n  position: relative;\r\n  top: -60px;\r\n}\r\n.main-header .section-intro {\r\n  position: relative;\r\n}\r\n@media (max-width: 767.98px) {\r\n  .main-header .section-intro {\r\n    width: 100%;\r\n    min-height: 100vh;\r\n    padding: 80px 0;\r\n    background-position: 40% center;\r\n    background-size: cover;\r\n  }\r\n}\r\n.main-header .section-intro .scroll-area {\r\n  position: absolute;\r\n  bottom: 35px;\r\n  margin-left: -25px;\r\n  left: 50%;\r\n  width: 50px;\r\n  height: 50px;\r\n  opacity: .9;\r\n  overflow: hidden;\r\n  display: none;\r\n}\r\n.main-header .section-intro .scroll-area a {\r\n  width: 50px;\r\n  height: 50px;\r\n  text-align: center;\r\n  display: inline-block;\r\n  font-weight: normal;\r\n  font-size: 25px;\r\n  line-height: 44px;\r\n  color: #ffffff;\r\n  border-radius: 50%;\r\n  border: 3px #ffffff solid;\r\n}\r\n.main-header.has-custom-header .desc-text {\r\n  color: #dee2e6;\r\n  padding: 15px 45px;\r\n  background-color: rgba(0, 0, 0, 0.2);\r\n  border-top-left-radius: 1.5em;\r\n  border-bottom-right-radius: 3em;\r\n  font-style: italic;\r\n}\r\n\r\n@media (max-width: 767.98px) {\r\n  .admin-bar .main-header .section-intro {\r\n    min-height: calc(100vh - 46px);\r\n    padding: 60px 0;\r\n  }\r\n\r\n  .scroll-area {\r\n    display: inline-block !important;\r\n  }\r\n}\r\n.article-list {\r\n  color: #666666;\r\n  min-height: 250px;\r\n  overflow: hidden;\r\n}\r\n.article-list a {\r\n  color: #333333;\r\n}\r\n.article-list a:hover {\r\n  color: #0366dd;\r\n}\r\n.article-list .read-more-link {\r\n  color: #0366dd;\r\n}\r\n\r\n.header {\r\n  background-color: rgba(20, 25, 29, 0.95);\r\n  color: #c8c9ca;\r\n  position: relative;\r\n  z-index: 2;\r\n  /* Default wordpress menu */\r\n}\r\n.header .container {\r\n  min-height: 60px;\r\n}\r\n.header .logo-img {\r\n  height: 32px;\r\n}\r\n.header .navbar-brand {\r\n  padding: 0;\r\n}\r\n.header .navbar {\r\n  min-height: 60px;\r\n  padding: 10px !important;\r\n}\r\n.header .navbar .home-link {\r\n  text-decoration: none;\r\n  color: #f1f1f1;\r\n  margin-right: 20px;\r\n}\r\n.header .navbar .home-link:hover {\r\n  color: #ffffff !important;\r\n}\r\n.header.fixed-top .container {\r\n  justify-content: flex-start;\r\n}\r\n.header .search-bar {\r\n  width: 300px;\r\n  min-height: 30px;\r\n  color: #fff;\r\n  background-color: rgba(255, 255, 255, 0.125);\r\n  border: 0;\r\n  position: relative;\r\n  box-shadow: none;\r\n  margin-right: 10px;\r\n}\r\n.header .search-bar .search-input {\r\n  color: #ccc;\r\n  display: table-cell;\r\n  width: calc(100% - 30px);\r\n  min-height: 30px;\r\n  padding: 0 10px;\r\n  background: none;\r\n  border: 0;\r\n  box-shadow: none;\r\n}\r\n.header .search-bar .search-input:focus {\r\n  background-color: rgba(255, 255, 255, 0.06);\r\n  color: #f1f1f1;\r\n  outline: none;\r\n}\r\n.header .search-bar .search-icon {\r\n  width: 30px;\r\n  min-height: 24px;\r\n  line-height: 24px;\r\n  position: absolute;\r\n  right: 0;\r\n  top: 3px;\r\n  display: table-cell;\r\n  text-align: center;\r\n  cursor: pointer;\r\n  font-size: 13px;\r\n  color: rgba(255, 255, 255, 0.2);\r\n  padding: 0;\r\n  background: none;\r\n  border: 0;\r\n  border-left: 1px rgba(0, 0, 0, 0.3) solid;\r\n  box-shadow: none;\r\n}\r\n.header .navbar-nav {\r\n  /* The dropdown menu */\r\n}\r\n.header .navbar-nav > li > a {\r\n  color: rgba(255, 255, 255, 0.75) !important;\r\n}\r\n.header .navbar-nav > li > a:hover {\r\n  color: white !important;\r\n}\r\n.header .navbar-nav .dropdown-toggle::after {\r\n  display: inline-block;\r\n  width: 0;\r\n  height: 0;\r\n  margin-left: .4em !important;\r\n  vertical-align: middle !important;\r\n  content: \"\";\r\n  border-top: .3em solid;\r\n  border-right: .3em solid transparent;\r\n  border-bottom: 0;\r\n  border-left: .3em solid transparent;\r\n}\r\n.header .navbar-nav .dropdown-menu {\r\n  min-width: 10rem;\r\n  padding: .5rem 0;\r\n  margin: 6px 0 0;\r\n  font-size: 1rem;\r\n  color: #212529;\r\n  text-align: left;\r\n  list-style: none;\r\n  background-color: #fff;\r\n  background-clip: padding-box;\r\n  border: 1px solid rgba(0, 0, 0, 0.15);\r\n  border-radius: 0;\r\n  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);\r\n}\r\n@media (min-width: 992px) {\r\n  .header .navbar-nav .dropdown-menu::before {\r\n    border-bottom: 9px solid rgba(0, 0, 0, 0.2);\r\n    border-left: 9px solid transparent;\r\n    border-right: 9px solid transparent;\r\n    content: \"\";\r\n    display: inline-block;\r\n    left: 25px;\r\n    position: absolute;\r\n    top: -8px;\r\n  }\r\n  .header .navbar-nav .dropdown-menu::after {\r\n    border-bottom: 8px solid #FFFFFF;\r\n    border-left: 9px solid transparent;\r\n    border-right: 9px solid transparent;\r\n    content: \"\";\r\n    display: inline-block;\r\n    left: 25px;\r\n    position: absolute;\r\n    top: -7px;\r\n  }\r\n}\r\n.header .navbar-nav .dropdown-item {\r\n  font-weight: 600;\r\n}\r\n.header .menu-item a {\r\n  display: block;\r\n  padding: .5rem 0;\r\n}\r\n\r\n.has-site-logo .navbar-brand {\r\n  margin-bottom: -10px;\r\n  margin-top: -10px;\r\n}\r\n.has-site-logo .header .logo-img {\r\n  height: 60px;\r\n}\r\n\r\n.wrapper {\r\n  position: relative;\r\n}\r\n\r\n.menu-is-collapsed header.header {\r\n  width: 100%;\r\n  position: absolute;\r\n  top: 0;\r\n  z-index: 9999;\r\n}\r\n.menu-is-collapsed .wrapper {\r\n  padding-top: 60px;\r\n}\r\n\r\n.footer {\r\n  margin: 40px 0 20px 0;\r\n}\r\n.footer .footer-columns {\r\n  font-weight: 400;\r\n  font-size: 13px;\r\n  text-align: left;\r\n  display: flex;\r\n  justify-content: space-between;\r\n}\r\n.footer .footer-columns a, .footer .footer-columns strong {\r\n  font-weight: normal;\r\n  color: #333333;\r\n}\r\n.footer .footer-nav {\r\n  text-align: center;\r\n  font-size: 14px;\r\n  display: inline-block;\r\n}\r\n.footer .footer-nav ul.footer-menu {\r\n  padding: 0;\r\n  margin: 0;\r\n  display: inline-flex;\r\n  list-style-type: none;\r\n}\r\n.footer .footer-nav ul.footer-menu li {\r\n  margin: 0;\r\n}\r\n.footer .footer-nav ul.footer-menu li:after {\r\n  content: \"|\";\r\n  color: #aaaaaa;\r\n  margin: 0 10px;\r\n  font-size: 13px;\r\n}\r\n.footer .footer-nav ul.footer-menu li:last-child:after {\r\n  display: none;\r\n}\r\n.footer .footer-nav ul.footer-menu a {\r\n  font-size: 13px;\r\n}\r\n.footer .footer-nav ul.social-icon-links {\r\n  padding: 0;\r\n  margin: 0;\r\n  display: inline-flex;\r\n  list-style-type: none;\r\n}\r\n.footer .footer-nav ul.social-icon-links li {\r\n  margin: 5px 10px;\r\n}\r\n.footer .footer-nav ul.social-icon-links a {\r\n  color: #333333;\r\n}\r\n@media (max-width: 767.98px) {\r\n  .footer .footer-columns {\r\n    display: block;\r\n  }\r\n  .footer .footer-nav {\r\n    display: block;\r\n  }\r\n  .footer .footer-nav ul.footer-menu {\r\n    display: block;\r\n    margin: 15px 0;\r\n  }\r\n  .footer .footer-nav ul.footer-menu li a {\r\n    border: 1px #dddddd solid;\r\n    display: block;\r\n    padding: 5px 10px;\r\n    margin: 5px 0;\r\n    border-radius: 4px;\r\n    text-decoration: none;\r\n  }\r\n  .footer .footer-nav ul.footer-menu li a:hover {\r\n    border: 1px #222222 solid;\r\n    background-color: #333333;\r\n    color: #ffffff;\r\n  }\r\n  .footer .footer-nav ul.footer-menu li:after {\r\n    content: \"\";\r\n    display: none;\r\n  }\r\n  .footer .footer-nav ul.social-icon-links {\r\n    display: block;\r\n    list-style-type: none;\r\n  }\r\n  .footer .footer-nav ul.social-icon-links li {\r\n    display: inline-block;\r\n  }\r\n}\r\n.footer .brand-link:hover {\r\n  background-color: #f1f1f1;\r\n  color: #111111;\r\n}\r\n\r\n.home .footer {\r\n  border-top: 0;\r\n}\r\n\r\n/* Comment */\r\n.discussion-timeline {\r\n  margin-top: 20px;\r\n  padding-top: 2px;\r\n  border-top: 1px solid #e6ebf1;\r\n}\r\n\r\n.comment-wrapper {\r\n  position: relative;\r\n  padding-left: 60px;\r\n  margin-top: 15px;\r\n  margin-bottom: 15px;\r\n  border-top: 2px solid #fff;\r\n  border-bottom: 2px solid #fff;\r\n}\r\n.comment-wrapper .comment-avatar {\r\n  float: left;\r\n  margin-left: -60px;\r\n  border-radius: 3px;\r\n}\r\n.comment-wrapper .comment-avatar .avatar {\r\n  display: inline-block;\r\n  overflow: hidden;\r\n  line-height: 1;\r\n  vertical-align: middle;\r\n  border-radius: 3px;\r\n}\r\n.comment-wrapper .comment-container {\r\n  position: relative;\r\n  background-color: #fff;\r\n  border: 1px solid #d1d5da;\r\n  border-radius: 3px;\r\n}\r\n.comment-wrapper .comment-header {\r\n  padding-right: 15px;\r\n  padding-left: 15px;\r\n  color: #586069;\r\n  border-top-left-radius: 3px;\r\n  border-top-right-radius: 3px;\r\n}\r\n.comment-wrapper .comment-header .comment-header-text {\r\n  padding: 10px 0;\r\n  max-width: 75%;\r\n}\r\n.comment-wrapper .comment-header .comment-label {\r\n  float: right;\r\n  padding: 2px 5px;\r\n  margin: 8px 0 0 10px;\r\n  font-size: 12px;\r\n  cursor: default;\r\n  border: 1px solid rgba(27, 31, 35, 0.1);\r\n  border-radius: 3px;\r\n}\r\n.comment-wrapper .comment-header .comment-header-btn {\r\n  display: block;\r\n  float: right;\r\n  margin: 8px 0 0 10px;\r\n}\r\n.comment-wrapper .comment-header .comment-header-btn a {\r\n  font-size: 14px;\r\n  padding: 5px;\r\n  color: rgba(27, 31, 35, 0.3) !important;\r\n}\r\n.comment-wrapper cite.author {\r\n  color: #c43d3d;\r\n}\r\n.comment-wrapper cite.author a {\r\n  color: #c43d3d !important;\r\n}\r\n.comment-wrapper cite.reader {\r\n  color: #586069;\r\n}\r\n.comment-wrapper cite.reader a {\r\n  color: #586069 !important;\r\n}\r\n.comment-wrapper .comment-link {\r\n  color: #586069 !important;\r\n}\r\n.comment-wrapper .comment-body {\r\n  width: 100%;\r\n  padding: 15px;\r\n  overflow: visible;\r\n}\r\n\r\n.even .comment-header {\r\n  background-color: #f1f8ff;\r\n  border-bottom: 1px solid #c0d3eb;\r\n}\r\n\r\n.odd .comment-header {\r\n  background-color: #f6f8fa;\r\n  border-bottom: 1px solid #d1d5da;\r\n}\r\n\r\n.comment-reply-title {\r\n  margin: 10px 0;\r\n}\r\n\r\n/* Typography */\r\n.header {\r\n  font-weight: 600;\r\n}\r\n.header .search-bar {\r\n  font-size: inherit;\r\n}\r\n.header .search-bar .search-input {\r\n  font-size: 13px;\r\n}\r\n.header .navbar-nav > li > a {\r\n  font-size: 14px;\r\n}\r\n\r\n/* Typography - Single post page */\r\n#post-title {\r\n  font-family: \"Roboto\", \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", sans-serif !important;\r\n  font-size: 2.2rem;\r\n  font-weight: 300;\r\n  padding: 0.5rem 0;\r\n}\r\n@media (max-width: 575.98px) {\r\n  #post-title {\r\n    font-size: 1.7rem;\r\n  }\r\n}\r\n\r\n/* Typography - Home page */\r\n.section-intro {\r\n  font-family: \"Roboto\", \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", sans-serif !important;\r\n  font-weight: 300;\r\n}\r\n.section-intro a {\r\n  font-weight: 400;\r\n}\r\n.section-intro h1 {\r\n  font-size: 4.5rem;\r\n  font-weight: 300;\r\n}\r\n@media (max-width: 767.98px) {\r\n  .section-intro h1 {\r\n    font-size: 3.5rem;\r\n  }\r\n}\r\n.section-intro .desc-text {\r\n  font-size: 1.6rem;\r\n}\r\n\r\n/* Typography - Comment */\r\n.comment-wrapper cite {\r\n  font-style: normal !important;\r\n  font-weight: 600 !important;\r\n}\r\n.comment-wrapper .comment-body {\r\n  font-size: 14px;\r\n}\r\n\r\narticle figcaption {\r\n  font-size: 0.85rem;\r\n}\r\n\r\n.comment-notes {\r\n  font-size: 12px;\r\n}\r\n\r\n.section-title {\r\n  font-size: 18px;\r\n  margin: 40px 0 10px 0;\r\n}\r\n\r\n/* Typography - Others */\r\n.label {\r\n  font-size: .675rem;\r\n}\r\n\r\n.x-label {\r\n  font-size: 1rem;\r\n}\r\n\r\n.f-14 {\r\n  font-size: 14px !important;\r\n}\r\n\r\n.c-light {\r\n  color: #586069 !important;\r\n}\r\n\r\n/* Post list */\r\n.author-posted-date {\r\n  font-size: 13px;\r\n}\r\n\r\n/* Use the best fit font for different languages */\r\n:lang(en) body {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", sans-serif;\r\n}\r\n:lang(en) h1, :lang(en) h2, :lang(en) h3, :lang(en) h4, :lang(en) h5, :lang(en) h6 {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", sans-serif;\r\n}\r\n:lang(en) .section-intro, :lang(en) #post-title, :lang(en) .site-info {\r\n  font-family: \"Roboto\", \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", sans-serif;\r\n}\r\n\r\n:lang(zh) body {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"微軟正黑體\", \"Microsoft JhengHei\", \"SimHei\", \"Microsoft YaHei\", \"文泉驛正黑\", \"WenQuanYi Zen Hei\", \"儷黑 Pro\", \"LiHei Pro\", \"標楷體\", \"DFKai-SB\";\r\n}\r\n:lang(zh) h1, :lang(zh) h2, :lang(zh) h3, :lang(zh) h4, :lang(zh) h5, :lang(zh) h6 {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"文泉驛正黑\", \"WenQuanYi Zen Hei\", \"儷黑 Pro\", \"LiHei Pro\", \"微軟正黑體\", \"Microsoft JhengHei\", \"SimHei\", \"Microsoft YaHei\", \"標楷體\", \"DFKai-SB\";\r\n}\r\n:lang(zh) .section-intro, :lang(zh) #post-title, :lang(zh) .site-info {\r\n  font-family: \"Roboto\", \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"文泉驛正黑\", \"WenQuanYi Zen Hei\", \"儷黑 Pro\", \"LiHei Pro\", \"微軟正黑體\", \"Microsoft JhengHei\", \"SimHei\", \"Microsoft YaHei\", \"標楷體\", \"DFKai-SB\";\r\n}\r\n\r\n:lang(ja) body {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"ヒラギノ角ゴ Pro W3\", \"Hiragino Kaku Gothic Pro\", \"Osaka\", \"メイリオ\", \"Meiryo\", \"ＭＳ Ｐゴシック\", \"MS PGothic\";\r\n}\r\n:lang(ja) h1, :lang(ja) h2, :lang(ja) h3, :lang(ja) h4, :lang(ja) h5, :lang(ja) h6 {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"ヒラギノ角ゴ Pro W3\", \"Hiragino Kaku Gothic Pro\", \"Osaka\", \"メイリオ\", \"Meiryo\", \"ＭＳ Ｐゴシック\", \"MS PGothic\";\r\n}\r\n:lang(ja) .section-intro, :lang(ja) #post-title, :lang(ja) .site-info {\r\n  font-family: \"Roboto\", \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"ヒラギノ角ゴ Pro W3\", \"Hiragino Kaku Gothic Pro\", \"Osaka\", \"メイリオ\", \"Meiryo\", \"ＭＳ Ｐゴシック\", \"MS PGothic\";\r\n}\r\n\r\n:lang(ko) body {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"Dotum\", \"Gulim\";\r\n}\r\n:lang(ko) h1, :lang(ko) h2, :lang(ko) h3, :lang(ko) h4, :lang(ko) h5, :lang(ko) h6 {\r\n  font-family: \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"Dotum\", \"Gulim\";\r\n}\r\n:lang(ko) .section-intro, :lang(ko) #post-title, :lang(ko) .site-info {\r\n  font-family: \"Roboto\", \"-apple-system\", \"BlinkMacSystemFont\", \"Helvetica Neue\", \"Segoe UI\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Open Sans\", \"Dotum\", \"Gulim\";\r\n}\r\n\r\n/* Sidebar widgets */\r\n.sidebar .widget {\r\n  border-bottom: 1px #ddd solid;\r\n  padding: 10px;\r\n  margin: 0 0 10px 0;\r\n}\r\n.sidebar .widget .search-field-wrapper {\r\n  padding: 10px;\r\n}\r\n\r\n.widget {\r\n  font-size: 0.9rem;\r\n}\r\n.widget .widget-title {\r\n  font-size: 1.3rem;\r\n}\r\n.widget ul {\r\n  padding-left: 30px;\r\n}\r\n\r\n/* Widget - Calendar */\r\n.widget_calendar .calendar_wrap {\r\n  margin: 15px 0;\r\n  border-radius: 4px;\r\n  background-color: rgba(255, 255, 255, 0.1);\r\n}\r\n.widget_calendar table {\r\n  width: 100%;\r\n  border: 1px #dddddd solid;\r\n  background-color: #ffffff;\r\n  color: #333333;\r\n}\r\n.widget_calendar table th, .widget_calendar table td, .widget_calendar table caption {\r\n  text-align: center;\r\n  padding: 5px;\r\n}\r\n.widget_calendar table td a {\r\n  color: #007bff !important;\r\n}\r\n.widget_calendar table caption {\r\n  font-weight: bold;\r\n}\r\n.widget_calendar table thead {\r\n  border-bottom: 1px #dddddd solid;\r\n}\r\n.widget_calendar table tfoot {\r\n  border-top: 1px #dddddd solid;\r\n}\r\n\r\n/* Widget - Tag could */\r\n.widget_tag_cloud .tag-cloud-link {\r\n  color: #333333;\r\n  background-color: #ffffff;\r\n  border: 1px #dddddd solid;\r\n  border-radius: 3px;\r\n  margin: 2px 4px;\r\n  line-height: 150%;\r\n  padding: 2px 5px;\r\n  word-break: keep-all;\r\n  overflow: hidden;\r\n  display: inline-block;\r\n}\r\n\r\n/* Widgets in Home middle sidebar  */\r\n.home-middle-sidebar {\r\n  width: 100%;\r\n  background-color: #414b54;\r\n  color: #b3b3b3;\r\n  overflow: hidden;\r\n  display: block;\r\n  margin: 20px 0;\r\n}\r\n.home-middle-sidebar .widget .widget-title {\r\n  color: #ffffff;\r\n}\r\n.home-middle-sidebar .widget a {\r\n  color: #f1f1f1;\r\n}\r\n.home-middle-sidebar .widget_tag_cloud .tag-cloud-link {\r\n  color: #333333;\r\n}\r\n.home-middle-sidebar .widget_calendar table caption {\r\n  color: #ffffff;\r\n}\r\n\r\n.input-group .search-field {\r\n  border-right: 0;\r\n}\r\n\r\nh2.wp-block-heading {\r\n  font-size: 1.25rem;\r\n}\r\n\r\n.wp-block-search__input {\r\n  border: 1px #dddddd solid;\r\n  border-radius: 4px;\r\n}\r\n.wp-block-search__button {\r\n  border-radius: 4px;\r\n}\r\n\r\n.wp-block-latest-comments {\r\n  padding-left: 0;\r\n}\r\n\r\n.btn-counter {\r\n  display: inline-block;\r\n}\r\n.btn-counter .btn {\r\n  float: left;\r\n  color: #24292e;\r\n  position: relative;\r\n  display: inline-block;\r\n  padding: 3px 10px;\r\n  font-size: 12px;\r\n  font-weight: 600;\r\n  line-height: 20px;\r\n  white-space: nowrap;\r\n  vertical-align: middle;\r\n  cursor: pointer;\r\n  -webkit-user-select: none;\r\n  -moz-user-select: none;\r\n  -ms-user-select: none;\r\n  user-select: none;\r\n  border: 1px solid rgba(27, 31, 35, 0.2);\r\n  border-radius: 0.25em;\r\n  border-top-right-radius: 0;\r\n  border-bottom-right-radius: 0;\r\n  background-color: #eff3f6;\r\n  background-image: linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);\r\n  background-repeat: repeat-x;\r\n  background-position: -1px -1px;\r\n  background-size: 110% 110%;\r\n  -webkit-appearance: none;\r\n  -moz-appearance: none;\r\n  appearance: none;\r\n}\r\n.btn-counter.active .btn {\r\n  background-image: linear-gradient(-180deg, #dddddd 0%, #ffffff 90%);\r\n}\r\n.btn-counter.text-only .btn {\r\n  border-top-right-radius: 0.25em;\r\n  border-bottom-right-radius: 0.25em;\r\n}\r\n.btn-counter .count-box {\r\n  float: left;\r\n  padding: 3px 10px;\r\n  font-size: 12px;\r\n  font-weight: 600;\r\n  line-height: 20px;\r\n  color: #24292e;\r\n  vertical-align: middle;\r\n  background-color: #fff;\r\n  border: 1px solid rgba(27, 31, 35, 0.2);\r\n  border-left: 0;\r\n  border-top-right-radius: 3px;\r\n  border-bottom-right-radius: 3px;\r\n}\r\n\r\n.btn-group {\r\n  display: inline-block;\r\n  font-size: 0;\r\n}\r\n.btn-group .btn-counter .btn {\r\n  border-radius: 0;\r\n}\r\n.btn-group .btn-counter:first-child .btn {\r\n  border-top-left-radius: 0.25em;\r\n  border-bottom-left-radius: 0.25em;\r\n}\r\n.btn-group .btn-counter:last-child .btn {\r\n  border-left-width: 0 !important;\r\n  border-top-right-radius: 0.25em;\r\n  border-bottom-right-radius: 0.25em;\r\n}\r\n\r\n.post-mynote-buttons {\r\n  overflow: hidden;\r\n  font-size: 0;\r\n  display: flex;\r\n}\r\n.post-mynote-buttons a, .post-mynote-buttons a:hover {\r\n  text-decoration: none !important;\r\n}\r\n.post-mynote-buttons > div, .post-mynote-buttons > a {\r\n  margin-left: 5px !important;\r\n}\r\n.post-mynote-buttons .github-button-container {\r\n  display: inline-block;\r\n  margin-left: 5px;\r\n}\r\n.post-mynote-buttons .github-button-container a {\r\n  display: none;\r\n}\r\n\r\n.btn-green {\r\n  background-color: #28a745;\r\n  background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%);\r\n  border-color: rgba(27, 31, 35, 0.5);\r\n  color: #ffffff;\r\n}\r\n\r\na.btn, a.button-like-link {\r\n  text-decoration: none !important;\r\n}\r\na.btn-xs {\r\n  padding: .125rem .25rem;\r\n  font-size: .675rem;\r\n  line-height: 1.2;\r\n  border-radius: .2rem;\r\n}\r\na.btn-info {\r\n  color: #17a2b8;\r\n}\r\n\r\n.label {\r\n  padding: .125rem .25rem;\r\n  line-height: 1.2;\r\n  border-radius: .2rem;\r\n  border: 1px solid transparent;\r\n}\r\n.label.label-success, .label.label-cat {\r\n  color: #155724;\r\n  background-color: #d4edda;\r\n  border-color: #c3e6cb;\r\n}\r\n.label.label-warning, .label.label-tag {\r\n  color: #856404;\r\n  background-color: #fff3cd;\r\n  border-color: #ffeeba;\r\n}\r\n.label.label-primary {\r\n  color: #004085;\r\n  background-color: #cce5ff;\r\n  border-color: #b8daff;\r\n}\r\n.label.label-secondary {\r\n  color: #383d41;\r\n  background-color: #e2e3e5;\r\n  border-color: #d6d8db;\r\n}\r\n.label.label-danger {\r\n  color: #721c24;\r\n  background-color: #f8d7da;\r\n  border-color: #f5c6cb;\r\n}\r\n.label.label-light {\r\n  color: #818182;\r\n  background-color: #fefefe;\r\n  border-color: #fdfdfe;\r\n}\r\n.label.label-dark {\r\n  color: #1b1e21;\r\n  background-color: #d6d8d9;\r\n  border-color: #c6c8ca;\r\n}\r\n\r\n.x-label {\r\n  padding: .25rem .5rem;\r\n  line-height: 1.5;\r\n  border-radius: .3rem;\r\n  border: 1px solid transparent;\r\n  margin: 5px;\r\n  word-break: keep-all !important;\r\n  display: inline-block;\r\n}\r\n\r\n.x-label-0 {\r\n  color: #fff !important;\r\n  border-top-color: #3395ff !important;\r\n  border-bottom-color: #0062cc !important;\r\n  background-color: #007bff !important;\r\n}\r\n\r\n.x-label-1 {\r\n  color: #fff !important;\r\n  border-top-color: #8540f5 !important;\r\n  border-bottom-color: #510bc4 !important;\r\n  background-color: #6610f2 !important;\r\n}\r\n\r\n.x-label-2 {\r\n  color: #fff !important;\r\n  border-top-color: #8c68ce !important;\r\n  border-bottom-color: #59339d !important;\r\n  background-color: #6f42c1 !important;\r\n}\r\n\r\n.x-label-3 {\r\n  color: #fff !important;\r\n  border-top-color: #ed6ca7 !important;\r\n  border-bottom-color: #d91a72 !important;\r\n  background-color: #e83e8c !important;\r\n}\r\n\r\n.x-label-4 {\r\n  color: #fff !important;\r\n  border-top-color: #e4606d !important;\r\n  border-bottom-color: #bd2130 !important;\r\n  background-color: #dc3545 !important;\r\n}\r\n\r\n.x-label-5 {\r\n  color: #fff !important;\r\n  border-top-color: #fd9a47 !important;\r\n  border-bottom-color: #dc6502 !important;\r\n  background-color: #fd7e14 !important;\r\n}\r\n\r\n.x-label-6 {\r\n  color: #fff !important;\r\n  border-top-color: #ffce3a !important;\r\n  border-bottom-color: #d39e00 !important;\r\n  background-color: #ffc107 !important;\r\n}\r\n\r\n.x-label-7 {\r\n  color: #fff !important;\r\n  border-top-color: #34ce57 !important;\r\n  border-bottom-color: #1e7e34 !important;\r\n  background-color: #28a745 !important;\r\n}\r\n\r\n.x-label-8 {\r\n  color: #fff !important;\r\n  border-top-color: #3ce0af !important;\r\n  border-bottom-color: #199d76 !important;\r\n  background-color: #20c997 !important;\r\n}\r\n\r\n.x-label-9 {\r\n  color: #fff !important;\r\n  border-top-color: #1fc8e3 !important;\r\n  border-bottom-color: #117a8b !important;\r\n  background-color: #17a2b8 !important;\r\n}\r\n\r\n.x-label-10 {\r\n  color: #fff !important;\r\n  border-top-color: white !important;\r\n  border-bottom-color: #e6e6e6 !important;\r\n  background-color: #fff !important;\r\n}\r\n\r\n.x-label-11 {\r\n  color: #fff !important;\r\n  border-top-color: #868e96 !important;\r\n  border-bottom-color: #545b62 !important;\r\n  background-color: #6c757d !important;\r\n}\r\n\r\n.x-label-12 {\r\n  color: #fff !important;\r\n  border-top-color: #4b545c !important;\r\n  border-bottom-color: #1d2124 !important;\r\n  background-color: #343a40 !important;\r\n}\r\n\r\n.sticky-top {\r\n  position: -webkit-sticky;\r\n  position: sticky;\r\n  z-index: 1020;\r\n}\r\n.sticky-top.sidebar {\r\n  top: 90px !important;\r\n}\r\n.sticky-top.title {\r\n  top: 5px !important;\r\n}\r\n.sticky-top.column-switch {\r\n  top: 0px !important;\r\n  z-index: 1030;\r\n  color: #aaaaaa;\r\n  height: 60px;\r\n}\r\n.sticky-top.column-switch .btn {\r\n  font-size: 0.9rem;\r\n  margin: 5px;\r\n}\r\n.sticky-top.column-switch .btn.active {\r\n  color: #ffffff;\r\n}\r\n\r\n.progress-wrapper {\r\n  position: relative;\r\n}\r\n.progress-wrapper progress {\r\n  appearance: none;\r\n  position: absolute;\r\n  width: 100%;\r\n  height: 4px;\r\n  background-color: rgba(214, 168, 168, 0.1);\r\n  border: none;\r\n}\r\n.progress-wrapper progress::-moz-progress-bar {\r\n  background-color: dodgerblue;\r\n}\r\n.progress-wrapper progress::-webkit-progress-bar {\r\n  background-color: rgba(214, 168, 168, 0.1);\r\n}\r\n.progress-wrapper progress::-webkit-progress-value {\r\n  background-color: dodgerblue;\r\n}\r\n.progress-wrapper progress::-ms-fill {\r\n  background-color: dodgerblue;\r\n}\r\n.progress-wrapper .progress-label {\r\n  position: absolute;\r\n  right: 0;\r\n  bottom: 0;\r\n  font-size: 14px;\r\n  color: rgba(255, 255, 255, 0.6);\r\n}\r\n\r\n#progress-title {\r\n  width: 100%;\r\n  display: inline-block;\r\n  text-overflow: ellipsis;\r\n  white-space: nowrap;\r\n  word-break: keep-all !important;\r\n  overflow: hidden;\r\n  line-height: 40px;\r\n}\r\n\r\n.has-site-icon #progress-title {\r\n  width: calc(100% - 50px);\r\n}\r\n\r\nnav[data-toggle='toc'] .nav > li > a {\r\n  display: block;\r\n  padding: 4px 20px;\r\n  font-size: 14px;\r\n  font-weight: 500;\r\n  color: #767676;\r\n}\r\n\r\nnav[data-toggle='toc'] .nav > li > a:hover,\r\nnav[data-toggle='toc'] .nav > li > a:focus {\r\n  padding-left: 19px;\r\n  color: dodgerblue;\r\n  text-decoration: none;\r\n  background-color: transparent;\r\n  border-left: 2px solid dodgerblue;\r\n}\r\n\r\nnav[data-toggle='toc'] .nav-link.active,\r\nnav[data-toggle='toc'] .nav-link.active:hover,\r\nnav[data-toggle='toc'] .nav-link.active:focus {\r\n  padding-left: 18px;\r\n  font-weight: bold;\r\n  color: dodgerblue;\r\n  background-color: transparent;\r\n  border-left: 3px solid dodgerblue;\r\n}\r\n\r\n/* Nav: second level (shown on .active) */\r\nnav[data-toggle='toc'] .nav-link + ul {\r\n  /* display: none; */\r\n  /* Hide by default, but at >768px, show it */\r\n  padding-bottom: 10px;\r\n}\r\n\r\nnav[data-toggle='toc'] .nav .nav > li > a {\r\n  padding-top: 1px;\r\n  padding-bottom: 1px;\r\n  padding-left: 30px;\r\n  font-size: 13px;\r\n  font-weight: normal;\r\n}\r\n\r\nnav[data-toggle='toc'] .nav .nav > li > a:hover,\r\nnav[data-toggle='toc'] .nav .nav > li > a:focus {\r\n  padding-left: 27px;\r\n}\r\n\r\nnav[data-toggle='toc'] .nav .nav > li > .active,\r\nnav[data-toggle='toc'] .nav .nav > li > .active:hover,\r\nnav[data-toggle='toc'] .nav .nav > li > .active:focus {\r\n  padding-left: 27px;\r\n  font-weight: 500;\r\n}\r\n\r\nnav[data-toggle='toc'] .nav-link.active + ul {\r\n  display: block;\r\n}\r\n\r\n/* Shortcode */\r\n.brand-link {\r\n  text-align: center;\r\n  border: 1px #dddddd solid;\r\n  border-radius: 50%;\r\n  display: inline-block;\r\n}\r\n.brand-link.brand-github {\r\n  border-top-color: #4d4d4d !important;\r\n  border-left-color: #4d4d4d !important;\r\n  border-right-color: #1a1a1a !important;\r\n  border-bottom-color: #1a1a1a !important;\r\n  color: #333333 !important;\r\n}\r\n.brand-link.brand-gitlab {\r\n  border-top-color: #fdb858 !important;\r\n  border-left-color: #fdb858 !important;\r\n  border-right-color: #ec8b03 !important;\r\n  border-bottom-color: #ec8b03 !important;\r\n  color: #fca326 !important;\r\n}\r\n.brand-link.brand-stackoverflow {\r\n  border-top-color: #f69c55 !important;\r\n  border-left-color: #f69c55 !important;\r\n  border-right-color: #da670b !important;\r\n  border-bottom-color: #da670b !important;\r\n  color: #f48024 !important;\r\n}\r\n.brand-link.brand-facebook {\r\n  border-top-color: #4c70ba !important;\r\n  border-left-color: #4c70ba !important;\r\n  border-right-color: #2d4373 !important;\r\n  border-bottom-color: #2d4373 !important;\r\n  color: #3b5998 !important;\r\n}\r\n.brand-link.brand-twitter {\r\n  border-top-color: #4db5f5 !important;\r\n  border-left-color: #4db5f5 !important;\r\n  border-right-color: #0c85d0 !important;\r\n  border-bottom-color: #0c85d0 !important;\r\n  color: #1da1f2 !important;\r\n}\r\n.brand-link.brand-google {\r\n  border-top-color: #e47365 !important;\r\n  border-left-color: #e47365 !important;\r\n  border-right-color: #c23321 !important;\r\n  border-bottom-color: #c23321 !important;\r\n  color: #dd4b39 !important;\r\n}\r\n.brand-link.brand-instagram {\r\n  border-top-color: #9c58c9 !important;\r\n  border-left-color: #9c58c9 !important;\r\n  border-right-color: #672e8d !important;\r\n  border-bottom-color: #672e8d !important;\r\n  color: #833ab4 !important;\r\n}\r\n.brand-link.brand-pinterest {\r\n  border-top-color: #ee0a23 !important;\r\n  border-left-color: #ee0a23 !important;\r\n  border-right-color: #8c0615 !important;\r\n  border-bottom-color: #8c0615 !important;\r\n  color: #bd081c !important;\r\n}\r\n.brand-link.brand-youtube {\r\n  border-top-color: #ff3333 !important;\r\n  border-left-color: #ff3333 !important;\r\n  border-right-color: #cc0000 !important;\r\n  border-bottom-color: #cc0000 !important;\r\n  color: #ff0000 !important;\r\n}\r\n\r\n.brand-sm .brand-link {\r\n  width: 32px;\r\n  height: 32px;\r\n  font-size: 1rem;\r\n  line-height: 32px;\r\n}\r\n\r\n.brand-md .brand-link {\r\n  width: 40px;\r\n  height: 40px;\r\n  font-size: 1.25rem;\r\n  line-height: 40px;\r\n}\r\n\r\n.brand-lg .brand-link {\r\n  width: 48px;\r\n  height: 48px;\r\n  font-size: 1.5rem;\r\n  line-height: 48px;\r\n}\r\n\r\n.brand-xl .brand-link {\r\n  width: 64px;\r\n  height: 64px;\r\n  font-size: 1.8rem;\r\n  line-height: 64px;\r\n}\r\n\r\n/* Author page */\r\n.author-page .brand-link {\r\n  border: 0px;\r\n}\r\n.author-page .brand-sm .brand-link {\r\n  width: 16px;\r\n  height: 16px;\r\n  line-height: 16px;\r\n}\r\n.author-page .brand-md .brand-link {\r\n  width: 22px;\r\n  height: 22px;\r\n  line-height: 22px;\r\n}\r\n.author-page .brand-lg .brand-link {\r\n  width: 28px;\r\n  height: 28px;\r\n  line-height: 28px;\r\n}\r\n.author-page .brand-xl .brand-link {\r\n  width: 34px;\r\n  height: 34px;\r\n  line-height: 34px;\r\n}\r\n\r\n.breadcrumb {\r\n  font-size: 0.813rem !important;\r\n  border-radius: 0 !important;\r\n}\r\n.breadcrumb ul, .breadcrumb li {\r\n  margin: 0 !important;\r\n  padding-top: 0 !important;\r\n  padding-bottom: 0 !important;\r\n}\r\n.breadcrumb li:last-child {\r\n  text-overflow: ellipsis;\r\n  white-space: nowrap;\r\n  overflow: hidden;\r\n}\r\n@media (max-width: 767.98px) {\r\n  .breadcrumb li:last-child {\r\n    width: 50%;\r\n  }\r\n}\r\n.breadcrumb i {\r\n  color: #333333;\r\n}\r\n\r\n.data-schema .breadcrumb {\r\n  margin-bottom: 0 !important;\r\n}\r\n\r\n.author-card {\r\n  display: flex;\r\n  border-left: 15px #e9ecef solid;\r\n  background-color: #f8f9fa;\r\n  border-radius: 3px;\r\n  margin: 20px 0;\r\n}\r\n.author-card .author-info {\r\n  display: flex;\r\n  flex-direction: column;\r\n}\r\n.author-card .author-links {\r\n  margin-top: 10px;\r\n}\r\n.author-card .author-links a {\r\n  margin: 5px;\r\n}\r\n.author-card .author-links a:first-child {\r\n  margin-left: 0px;\r\n}\r\n.author-card > div {\r\n  padding: 25px;\r\n}\r\n.author-card > img {\r\n  border: 1px #ced4da solid !important;\r\n}\r\n.author-card .author-title {\r\n  font-size: 1.6rem;\r\n  line-height: 150%;\r\n  margin-bottom: 10px;\r\n  font-weight: bold;\r\n}\r\n\r\n/* Author page */\r\n.author-page .author-card {\r\n  border: 0px;\r\n  background: none;\r\n  border-radius: 0px;\r\n  margin: 0;\r\n}\r\n.author-page .author-card .author-title {\r\n  font-size: 2.5rem;\r\n  line-height: 150%;\r\n  margin-bottom: 10px;\r\n  font-weight: bold;\r\n}\r\n.author-page .author-card .author-title a {\r\n  color: #333333;\r\n  text-decoration: none;\r\n}\r\n.author-page .section-title {\r\n  display: none;\r\n}\r\n\r\n.alignnone {\r\n  margin: 5px 20px 20px 0;\r\n}\r\n\r\n.aligncenter {\r\n  display: block;\r\n  margin: 5px auto 5px auto;\r\n}\r\n\r\n.alignright {\r\n  float: right;\r\n  margin: 5px 0 20px 20px;\r\n}\r\n\r\n.alignleft {\r\n  float: left;\r\n  margin: 5px 20px 20px 0;\r\n}\r\n\r\nhtml.wp-toolbar {\r\n  padding-top: 0 !important;\r\n  padding-bottom: 32px !important;\r\n  box-sizing: border-box;\r\n}\r\n\r\n/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */\r\np > embed:only-child,\r\np > iframe:only-child,\r\np > object:only-child {\r\n  margin-bottom: 0;\r\n}\r\n\r\n.wp-caption,\r\n.gallery-caption {\r\n  color: #666;\r\n  font-size: 13px;\r\n  font-size: 0.8125rem;\r\n  font-style: italic;\r\n  margin-bottom: 1.5em;\r\n  max-width: 100%;\r\n}\r\n\r\n.wp-caption img[class*=\"wp-image-\"] {\r\n  display: block;\r\n  margin-left: auto;\r\n  margin-right: auto;\r\n}\r\n.wp-caption .wp-caption-text {\r\n  margin: 0.8075em 0;\r\n}\r\n\r\n.bypostauthor {\r\n  border-bottom-width: 1px;\r\n}\r\n\r\n.screen-reader-text {\r\n  clip: rect(1px, 1px, 1px, 1px);\r\n  height: 1px;\r\n  overflow: hidden;\r\n  position: absolute !important;\r\n  width: 1px;\r\n  word-wrap: normal !important;\r\n}\r\n.screen-reader-text:focus {\r\n  background-color: #f1f1f1;\r\n  -webkit-border-radius: 3px;\r\n  border-radius: 3px;\r\n  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);\r\n  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);\r\n  clip: auto !important;\r\n  color: #21759b;\r\n  display: block;\r\n  font-size: 14px;\r\n  font-size: 0.875rem;\r\n  font-weight: 700;\r\n  height: auto;\r\n  left: 5px;\r\n  line-height: normal;\r\n  padding: 15px 23px 14px;\r\n  text-decoration: none;\r\n  top: 5px;\r\n  width: auto;\r\n  z-index: 100000;\r\n}\r\n\r\n.error404 .site-info {\r\n  position: fixed;\r\n  bottom: 10px;\r\n  background: #ffffff;\r\n}\r\n.error404.admin-bar .site-info {\r\n  bottom: 50px;\r\n}\r\n\r\n/* > 1200px */\r\n@media (min-width: 1200px) {\r\n  .section-intro {\r\n    background-image: url(\"./assets/images/bg_circuit.png\");\r\n  }\r\n}\r\n/* > 1200px */\r\n@media (min-width: 1920px) {\r\n  .section-intro[style] {\r\n    background-size: cover;\r\n    background-position: center center;\r\n  }\r\n}\r\n/* < 1200px */\r\n@media (max-width: 1199.98px) {\r\n  .px-responsive {\r\n    padding-left: 25px !important;\r\n    padding-right: 25px !important;\r\n  }\r\n}\r\n/* > 992px */\r\n@media (min-width: 992px) {\r\n  .navbar-expand-lg .navbar-nav .menu-item a {\r\n    padding-right: .5rem;\r\n    padding-left: .5rem;\r\n  }\r\n}\r\n/* 992px - 1199.98px */\r\n@media (min-width: 992px) and (max-width: 1199.98px) {\r\n  .section-intro {\r\n    background-image: url(\"./assets/images/bg_circuit_xl.png\");\r\n  }\r\n  .section-intro h1 {\r\n    font-size: 4.2rem;\r\n  }\r\n  .section-intro .desc-text {\r\n    font-size: 1.5rem;\r\n  }\r\n}\r\n/* < 992px */\r\n@media (max-width: 991.98px) {\r\n  .px-responsive {\r\n    padding-left: 10px !important;\r\n    padding-right: 10px !important;\r\n  }\r\n\r\n  .container {\r\n    width: calc(100% - 20px);\r\n    max-width: calc(100% - 20px);\r\n  }\r\n\r\n  nav.breadcrumb {\r\n    padding-left: 0;\r\n    padding-right: 0;\r\n  }\r\n  nav.breadcrumb ul {\r\n    padding-left: 0;\r\n    padding-right: 0;\r\n  }\r\n\r\n  .header .container {\r\n    min-height: 60px;\r\n    max-width: 100%;\r\n    width: 100%;\r\n  }\r\n  .header .navbar-brand {\r\n    position: absolute;\r\n    top: 14px;\r\n    left: 0;\r\n  }\r\n  .header .search-bar {\r\n    width: calc(100% - 86px);\r\n    position: absolute;\r\n    top: 15px;\r\n    right: 76px;\r\n  }\r\n  .header .navbar-toggler {\r\n    position: absolute;\r\n    top: 10px;\r\n    right: 10px;\r\n  }\r\n  .header .navbar-collapse {\r\n    margin-top: 50px;\r\n    overflow: hidden;\r\n  }\r\n  .header::after {\r\n    display: block;\r\n    clear: both;\r\n    content: \"\";\r\n  }\r\n\r\n  .has-site-icon .search-bar {\r\n    width: calc(100% - 135px) !important;\r\n    position: absolute;\r\n    top: 15px;\r\n    right: 76px;\r\n  }\r\n\r\n  .has-site-logo .navbar-brand {\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    margin-bottom: 0px;\r\n    margin-top: 0px;\r\n  }\r\n  .has-site-logo .search-bar {\r\n    width: calc(100% - 280px) !important;\r\n    position: absolute !important;\r\n    top: 15px;\r\n    right: 76px;\r\n  }\r\n}\r\n/* 768px - 991.98px */\r\n@media (min-width: 768px) and (max-width: 991.98px) {\r\n  .section-intro {\r\n    background-image: url(\"./assets/images/bg_circuit_lg.png\");\r\n  }\r\n  .section-intro h1 {\r\n    font-size: 4.0rem;\r\n  }\r\n  .section-intro .desc-text {\r\n    font-size: 1.4rem;\r\n  }\r\n}\r\n/* < 768px */\r\n@media (max-width: 767.98px) {\r\n  .px-responsive {\r\n    padding-left: 15px !important;\r\n    padding-right: 15px !important;\r\n  }\r\n\r\n  .widget {\r\n    margin: 15px 0;\r\n  }\r\n\r\n  .navbar-nav .dropdown-menu::after {\r\n    display: none !important;\r\n  }\r\n  .navbar-nav .dropdown-menu::before {\r\n    display: none !important;\r\n  }\r\n\r\n  .column-control {\r\n    display: none;\r\n  }\r\n}\r\n/* 576px - 767.98px */\r\n@media (min-width: 576px) and (max-width: 767.98px) {\r\n  .section-intro {\r\n    background-image: url(\"./assets/images/bg_circuit_md.png\");\r\n  }\r\n  .section-intro h1 {\r\n    font-size: 3.2rem;\r\n  }\r\n  .section-intro .desc-text {\r\n    font-size: 1.3rem;\r\n  }\r\n}\r\n/* < 576px */\r\n@media (max-width: 575.98px) {\r\n  .px-responsive {\r\n    padding-left: 10px !important;\r\n    padding-right: 10px !important;\r\n  }\r\n\r\n  .author-card {\r\n    display: block !important;\r\n  }\r\n  .author-card .author-avatar {\r\n    text-align: center;\r\n  }\r\n  .author-card .author-info {\r\n    padding-top: 0;\r\n  }\r\n\r\n  .has-site-logo .header .search-bar {\r\n    width: 100% !important;\r\n    position: absolute;\r\n    margin: 0 !important;\r\n    top: 60px;\r\n    right: 0;\r\n  }\r\n\r\n  .p-5 {\r\n    padding: 0 !important;\r\n  }\r\n}\r\n/* 360px - 575.98px */\r\n@media (min-width: 360px) and (max-width: 575.98px) {\r\n  .section-intro {\r\n    background-image: url(\"./assets/images/bg_circuit_sm.png\");\r\n  }\r\n  .section-intro h1 {\r\n    margin-top: 20px;\r\n    font-size: 2.8rem;\r\n  }\r\n  .section-intro .desc-text {\r\n    font-size: 1.1rem;\r\n  }\r\n}\r\n/* < 360px */\r\n@media (max-width: 359.98px) {\r\n  .section-intro {\r\n    background-image: url(\"./assets/images/bg_circuit_mx.png\");\r\n  }\r\n  .section-intro h1 {\r\n    margin-top: 30px;\r\n    font-size: 2rem;\r\n  }\r\n  .section-intro .desc-text {\r\n    font-size: 0.95rem;\r\n  }\r\n}\r\n.video-container {\r\n  position: relative;\r\n  padding-bottom: 56.25%;\r\n  padding-top: 30px;\r\n  height: 0;\r\n  overflow: hidden;\r\n}\r\n.video-container iframe, .video-container object, .video-container embed {\r\n  position: absolute;\r\n  top: 0;\r\n  left: 0;\r\n  width: 100%;\r\n  height: 100%;\r\n}\r\n\r\n@font-face {\r\n  font-family: octicons-link;\r\n  src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format(\"woff\");\r\n}\r\n.markdown-body {\r\n  -ms-text-size-adjust: 100%;\r\n  -webkit-text-size-adjust: 100%;\r\n  line-height: 1.5;\r\n  color: #24292e;\r\n  font-size: 1rem;\r\n  line-height: 1.5;\r\n  word-wrap: break-word;\r\n}\r\n.markdown-body > h1:first-child {\r\n  display: none;\r\n}\r\n.markdown-body .pl-c {\r\n  color: #6a737d;\r\n}\r\n.markdown-body .pl-c1, .markdown-body .pl-s .pl-v {\r\n  color: #005cc5;\r\n}\r\n.markdown-body .pl-e, .markdown-body .pl-en {\r\n  color: #6f42c1;\r\n}\r\n.markdown-body .pl-smi, .markdown-body .pl-s .pl-s1 {\r\n  color: #24292e;\r\n}\r\n.markdown-body .pl-ent {\r\n  color: #22863a;\r\n}\r\n.markdown-body .pl-k {\r\n  color: #d73a49;\r\n}\r\n.markdown-body .pl-s, .markdown-body .pl-pds, .markdown-body .pl-s .pl-pse .pl-s1 {\r\n  color: #032f62;\r\n}\r\n.markdown-body .pl-sr {\r\n  color: #032f62;\r\n}\r\n.markdown-body .pl-sr .pl-cce, .markdown-body .pl-sr .pl-sre, .markdown-body .pl-sr .pl-sra {\r\n  color: #032f62;\r\n}\r\n.markdown-body .pl-v, .markdown-body .pl-smw {\r\n  color: #e36209;\r\n}\r\n.markdown-body .pl-bu {\r\n  color: #b31d28;\r\n}\r\n.markdown-body .pl-ii {\r\n  color: #fafbfc;\r\n  background-color: #b31d28;\r\n}\r\n.markdown-body .pl-c2 {\r\n  color: #fafbfc;\r\n  background-color: #d73a49;\r\n}\r\n.markdown-body .pl-c2::before {\r\n  content: \"^M\";\r\n}\r\n.markdown-body .pl-sr .pl-cce {\r\n  font-weight: bold;\r\n  color: #22863a;\r\n}\r\n.markdown-body .pl-ml {\r\n  color: #735c0f;\r\n}\r\n.markdown-body .pl-mh {\r\n  font-weight: bold;\r\n  color: #005cc5;\r\n}\r\n.markdown-body .pl-mh .pl-en {\r\n  font-weight: bold;\r\n  color: #005cc5;\r\n}\r\n.markdown-body .pl-ms {\r\n  font-weight: bold;\r\n  color: #005cc5;\r\n}\r\n.markdown-body .pl-mi {\r\n  font-style: italic;\r\n  color: #24292e;\r\n}\r\n.markdown-body .pl-mb {\r\n  font-weight: bold;\r\n  color: #24292e;\r\n}\r\n.markdown-body .pl-md {\r\n  color: #b31d28;\r\n  background-color: #ffeef0;\r\n}\r\n.markdown-body .pl-mi1 {\r\n  color: #22863a;\r\n  background-color: #f0fff4;\r\n}\r\n.markdown-body .pl-mc {\r\n  color: #e36209;\r\n  background-color: #ffebda;\r\n}\r\n.markdown-body .pl-mi2 {\r\n  color: #f6f8fa;\r\n  background-color: #005cc5;\r\n}\r\n.markdown-body .pl-mdr {\r\n  font-weight: bold;\r\n  color: #6f42c1;\r\n}\r\n.markdown-body .pl-ba {\r\n  color: #586069;\r\n}\r\n.markdown-body .pl-sg {\r\n  color: #959da5;\r\n}\r\n.markdown-body .pl-corl {\r\n  text-decoration: underline;\r\n  color: #032f62;\r\n}\r\n.markdown-body .octicon {\r\n  display: inline-block;\r\n  vertical-align: text-top;\r\n  fill: currentColor;\r\n}\r\n.markdown-body a {\r\n  background-color: transparent;\r\n}\r\n.markdown-body a:active, .markdown-body a:hover {\r\n  outline-width: 0;\r\n}\r\n.markdown-body strong {\r\n  font-weight: inherit;\r\n  font-weight: bolder;\r\n}\r\n.markdown-body h1 {\r\n  font-size: 2em;\r\n  margin: 0.67em 0;\r\n}\r\n.markdown-body img {\r\n  border-style: none;\r\n}\r\n.markdown-body kbd {\r\n  font-family: monospace;\r\n}\r\n.markdown-body hr {\r\n  box-sizing: content-box;\r\n  height: 0;\r\n  overflow: visible;\r\n}\r\n.markdown-body input {\r\n  font: inherit;\r\n  margin: 0;\r\n  overflow: visible;\r\n}\r\n.markdown-body [type=\"checkbox\"] {\r\n  box-sizing: border-box;\r\n  padding: 0;\r\n}\r\n.markdown-body * {\r\n  box-sizing: border-box;\r\n}\r\n.markdown-body input {\r\n  font-family: inherit;\r\n  font-size: inherit;\r\n  line-height: inherit;\r\n}\r\n.markdown-body a {\r\n  color: #0366d6;\r\n  text-decoration: none;\r\n}\r\n.markdown-body a:hover {\r\n  text-decoration: underline;\r\n}\r\n.markdown-body strong {\r\n  font-weight: 600;\r\n}\r\n.markdown-body hr {\r\n  height: 0;\r\n  margin: 15px 0;\r\n  overflow: hidden;\r\n  background: transparent;\r\n  border: 0;\r\n  border-bottom: 1px solid #dfe2e5;\r\n}\r\n.markdown-body hr::before {\r\n  display: table;\r\n  content: \"\";\r\n}\r\n.markdown-body hr::after {\r\n  display: table;\r\n  clear: both;\r\n  content: \"\";\r\n}\r\n.markdown-body table {\r\n  border-spacing: 0;\r\n  border-collapse: collapse;\r\n}\r\n.markdown-body td, .markdown-body th {\r\n  padding: 0;\r\n}\r\n.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {\r\n  margin-top: 0;\r\n  margin-bottom: 0;\r\n}\r\n.markdown-body h1 {\r\n  font-size: 32px;\r\n  font-weight: 600;\r\n}\r\n.markdown-body h2 {\r\n  font-size: 24px;\r\n  font-weight: 600;\r\n}\r\n.markdown-body h3 {\r\n  font-size: 20px;\r\n  font-weight: 600;\r\n}\r\n.markdown-body h4 {\r\n  font-size: 16px;\r\n  font-weight: 600;\r\n}\r\n.markdown-body h5 {\r\n  font-size: 14px;\r\n  font-weight: 600;\r\n}\r\n.markdown-body h6 {\r\n  font-size: 12px;\r\n  font-weight: 600;\r\n}\r\n.markdown-body p {\r\n  margin-top: 0;\r\n  margin-bottom: 10px;\r\n}\r\n.markdown-body blockquote {\r\n  margin: 0;\r\n}\r\n.markdown-body ul {\r\n  padding-left: 0;\r\n  margin-top: 0;\r\n  margin-bottom: 0;\r\n}\r\n.markdown-body ol {\r\n  padding-left: 0;\r\n  margin-top: 0;\r\n  margin-bottom: 0;\r\n}\r\n.markdown-body ol ol {\r\n  list-style-type: lower-roman;\r\n}\r\n.markdown-body ul ol {\r\n  list-style-type: lower-roman;\r\n}\r\n.markdown-body ul ul ol, .markdown-body ul ol ol {\r\n  list-style-type: lower-alpha;\r\n}\r\n.markdown-body ol ul ol, .markdown-body ol ol ol {\r\n  list-style-type: lower-alpha;\r\n}\r\n.markdown-body dd {\r\n  margin-left: 0;\r\n}\r\n.markdown-body .octicon {\r\n  vertical-align: text-bottom;\r\n}\r\n.markdown-body .pl-0 {\r\n  padding-left: 0 !important;\r\n}\r\n.markdown-body .pl-1 {\r\n  padding-left: 4px !important;\r\n}\r\n.markdown-body .pl-2 {\r\n  padding-left: 8px !important;\r\n}\r\n.markdown-body .pl-3 {\r\n  padding-left: 16px !important;\r\n}\r\n.markdown-body .pl-4 {\r\n  padding-left: 24px !important;\r\n}\r\n.markdown-body .pl-5 {\r\n  padding-left: 32px !important;\r\n}\r\n.markdown-body .pl-6 {\r\n  padding-left: 40px !important;\r\n}\r\n.markdown-body::before {\r\n  display: table;\r\n  content: \"\";\r\n}\r\n.markdown-body::after {\r\n  display: table;\r\n  clear: both;\r\n  content: \"\";\r\n}\r\n.markdown-body > *:first-child {\r\n  margin-top: 0 !important;\r\n}\r\n.markdown-body > *:last-child {\r\n  margin-bottom: 0 !important;\r\n}\r\n.markdown-body a:not([href]) {\r\n  color: inherit;\r\n  text-decoration: none;\r\n}\r\n.markdown-body .anchor {\r\n  float: left;\r\n  padding-right: 4px;\r\n  margin-left: -20px;\r\n  line-height: 1;\r\n}\r\n.markdown-body .anchor:focus {\r\n  outline: none;\r\n}\r\n.markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre {\r\n  margin-top: 0;\r\n  margin-bottom: 16px;\r\n}\r\n.markdown-body hr {\r\n  height: 0.25em;\r\n  padding: 0;\r\n  margin: 24px 0;\r\n  background-color: #e1e4e8;\r\n  border: 0;\r\n}\r\n.markdown-body blockquote {\r\n  padding: 0 1em;\r\n  color: #6a737d;\r\n  border-left: 0.25em solid #dfe2e5;\r\n}\r\n.markdown-body blockquote > :first-child {\r\n  margin-top: 0;\r\n}\r\n.markdown-body blockquote > :last-child {\r\n  margin-bottom: 0;\r\n}\r\n.markdown-body kbd {\r\n  display: inline-block;\r\n  padding: 3px 5px;\r\n  font-size: 11px;\r\n  line-height: 10px;\r\n  color: #444d56;\r\n  vertical-align: middle;\r\n  background-color: #fafbfc;\r\n  border: solid 1px #c6cbd1;\r\n  border-bottom-color: #959da5;\r\n  border-radius: 3px;\r\n  box-shadow: inset 0 -1px 0 #959da5;\r\n}\r\n.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {\r\n  margin-top: 24px;\r\n  margin-bottom: 16px;\r\n  font-weight: 600;\r\n  line-height: 1.25;\r\n}\r\n.markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {\r\n  color: #1b1f23;\r\n  vertical-align: middle;\r\n  visibility: hidden;\r\n}\r\n.markdown-body h1:hover .anchor, .markdown-body h2:hover .anchor, .markdown-body h3:hover .anchor, .markdown-body h4:hover .anchor, .markdown-body h5:hover .anchor, .markdown-body h6:hover .anchor {\r\n  text-decoration: none;\r\n}\r\n.markdown-body h1:hover .anchor .octicon-link, .markdown-body h2:hover .anchor .octicon-link, .markdown-body h3:hover .anchor .octicon-link, .markdown-body h4:hover .anchor .octicon-link, .markdown-body h5:hover .anchor .octicon-link, .markdown-body h6:hover .anchor .octicon-link {\r\n  visibility: visible;\r\n}\r\n.markdown-body h1 {\r\n  padding-bottom: 0.3em;\r\n  font-size: 2em;\r\n  border-bottom: 1px solid #eaecef;\r\n}\r\n.markdown-body h2 {\r\n  padding-bottom: 0.3em;\r\n  font-size: 1.5em;\r\n  border-bottom: 1px solid #eaecef;\r\n}\r\n.markdown-body h3 {\r\n  font-size: 1.25em;\r\n}\r\n.markdown-body h4 {\r\n  font-size: 1em;\r\n}\r\n.markdown-body h5 {\r\n  font-size: 0.875em;\r\n}\r\n.markdown-body h6 {\r\n  font-size: 0.85em;\r\n  color: #6a737d;\r\n}\r\n.markdown-body ul, .markdown-body ol {\r\n  padding-left: 2em;\r\n}\r\n.markdown-body ul ul, .markdown-body ul ol {\r\n  margin-top: 0;\r\n  margin-bottom: 0;\r\n}\r\n.markdown-body ol ol, .markdown-body ol ul {\r\n  margin-top: 0;\r\n  margin-bottom: 0;\r\n}\r\n.markdown-body li {\r\n  word-wrap: break-all;\r\n}\r\n.markdown-body li > p {\r\n  margin-top: 16px;\r\n}\r\n.markdown-body li + li {\r\n  margin-top: 0.25em;\r\n}\r\n.markdown-body dl {\r\n  padding: 0;\r\n}\r\n.markdown-body dl dt {\r\n  padding: 0;\r\n  margin-top: 16px;\r\n  font-size: 1em;\r\n  font-style: italic;\r\n  font-weight: 600;\r\n}\r\n.markdown-body dl dd {\r\n  padding: 0 16px;\r\n  margin-bottom: 16px;\r\n}\r\n.markdown-body table {\r\n  display: block;\r\n  width: 100%;\r\n  overflow: auto;\r\n}\r\n.markdown-body table th {\r\n  font-weight: 600;\r\n  padding: 6px 13px;\r\n  border: 1px solid #dfe2e5;\r\n}\r\n.markdown-body table td {\r\n  padding: 6px 13px;\r\n  border: 1px solid #dfe2e5;\r\n}\r\n.markdown-body table tr {\r\n  background-color: #fff;\r\n  border-top: 1px solid #c6cbd1;\r\n}\r\n.markdown-body table tr:nth-child(2n) {\r\n  background-color: #f6f8fa;\r\n}\r\n.markdown-body img {\r\n  max-width: 100%;\r\n  box-sizing: content-box;\r\n  background-color: #fff;\r\n}\r\n.markdown-body img[align=right] {\r\n  padding-left: 20px;\r\n}\r\n.markdown-body img[align=left] {\r\n  padding-right: 20px;\r\n}\r\n.markdown-body .full-commit .btn-outline:not(:disabled):hover {\r\n  color: #005cc5;\r\n  border-color: #005cc5;\r\n}\r\n.markdown-body kbd {\r\n  display: inline-block;\r\n  padding: 3px 5px;\r\n  font: 11px \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\r\n  line-height: 10px;\r\n  color: #444d56;\r\n  vertical-align: middle;\r\n  background-color: #fafbfc;\r\n  border: solid 1px #d1d5da;\r\n  border-bottom-color: #c6cbd1;\r\n  border-radius: 3px;\r\n  box-shadow: inset 0 -1px 0 #c6cbd1;\r\n}\r\n.markdown-body :checked + .radio-label {\r\n  position: relative;\r\n  z-index: 1;\r\n  border-color: #0366d6;\r\n}\r\n.markdown-body .task-list-item {\r\n  list-style-type: none;\r\n}\r\n.markdown-body .task-list-item + .task-list-item {\r\n  margin-top: 3px;\r\n}\r\n.markdown-body .task-list-item input {\r\n  margin: 0 0.2em 0.25em -1.6em;\r\n  vertical-align: middle;\r\n}\r\n.markdown-body hr {\r\n  border-bottom-color: #eee;\r\n}\r\n\r\ncode {\r\n  font-family: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\r\n  font-size: 12px;\r\n}\r\n\r\npre {\r\n  margin-top: 0;\r\n  margin-bottom: 0;\r\n  font-family: \"SFMono-Regular\", Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\r\n  font-size: 12px;\r\n}\r\n\r\ncode {\r\n  padding: 0.2em 0.4em;\r\n  font-size: 85%;\r\n  background-color: rgba(27, 31, 35, 0.05);\r\n  border-radius: 3px;\r\n  color: #333;\r\n}\r\n\r\npre {\r\n  word-wrap: normal;\r\n}\r\npre > code {\r\n  padding: 0;\r\n  margin: 0;\r\n  font-size: 100%;\r\n  word-break: normal;\r\n  white-space: pre;\r\n  border: 0;\r\n  background: transparent;\r\n}\r\n\r\npre {\r\n  padding: 16px;\r\n  overflow: auto;\r\n  font-size: 85%;\r\n  line-height: 1.45;\r\n  background-color: #f6f8fa;\r\n  border-radius: 3px;\r\n}\r\npre code {\r\n  display: inline;\r\n  padding: 0;\r\n  margin: 0;\r\n  overflow: visible;\r\n  line-height: inherit;\r\n  word-wrap: normal;\r\n  border: 0;\r\n}\r\n"
  },
  {
    "path": "tag.php",
    "content": "<?php\n/**\n * The Tag page of Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 1.2.0\n */\n$cat_description = category_description();\n\nget_header();\n\n?>\n\n<div class=\"category-header\">\n\t<div class=\"container\">\n\t\t<h1 id=\"post-title\" class=\"tag\" itemprop=\"headline\">\n\t\t\t<?php single_cat_title(); ?>\n\t\t</h1>\n\n\t\t<?php if ( ! empty( $cat_description ) ) : ?>\n\t\t\t<div class=\"term-desctiotion\"><?php echo $cat_description; ?></div>\n\t\t<?php endif; ?>\n\n\t</div>\n</div>\n\n<?php\n\t/**\n\t * Hook: mynote_tag_headline_after\n\t *\n\t * The width here is wide, style it with proper CSS code.\n\t */\n\tdo_action( 'mynote_tag_headline_after' );\n?>\n\n<main role=\"main\">\n\t<?php get_template_part( 'template-parts/archive' ); ?>\n</main>\n\n<?php\n\nget_footer();\n"
  },
  {
    "path": "template-parts/archive.php",
    "content": "<?php\n/**\n * The Archive page of Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 2.0.0\n * @version 2.0.0\n */\n?>\n\n<div class=\"container\">\n\t<div class=\"row row-layout-choice-archive\">\n\t\t<section id=\"main-container\" class=\"<?php echo esc_attr( mynote_main_container_css() ); ?>\">\n\t\t\t<?php\n\n\t\t\t\t/**\n\t\t\t\t * Hook: mynote_archive_loop_before\n\t\t\t\t *\n\t\t\t\t * The width here is the same as the container of the loop.\n\t\t\t\t */\n\t\t\t\tdo_action( 'mynote_archive_loop_before' );\n\n\t\t\tif ( have_posts() ) {\n\t\t\t\tget_template_part( 'template-parts/loop' );\n\t\t\t\tget_template_part( 'template-parts/pagination' );\n\t\t\t} else {\n\t\t\t\tget_template_part( 'template-parts/content', 'none' );\n\t\t\t}\n\n\t\t\t\t/**\n\t\t\t\t * Hook: mynote_archive_loop_after\n\t\t\t\t *\n\t\t\t\t * The width here is the same as the container of the loop.\n\t\t\t\t */\n\t\t\t\tdo_action( 'mynote_archive_loop_after' );\n\n\t\t\t?>\n\t\t</section>\n\t\t<?php\n\t\t\t/**\n\t\t\t * Hook: mynote_archive_sidebar\n\t\t\t *\n\t\t\t * @hooked mynote_archive_sidebar - 10\n\t\t\t */\n\t\t\tdo_action( 'mynote_archive_sidebar' );\n\t\t?>\n\t</div>\n</div>\n"
  },
  {
    "path": "template-parts/content-none.php",
    "content": "<?php\n/**\n * No content displayed.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 2.0.0\n * @version 2.0.0\n */\n\n?>\n\n<article>\n\t<h2>\n\t\t<?php esc_html_e( 'Sorry, nothing to display.', 'mynote' ); ?>\n\t</h2>\n</article>\n"
  },
  {
    "path": "template-parts/index.html",
    "content": ""
  },
  {
    "path": "template-parts/loop.php",
    "content": "<?php\n/**\n * The Loop section of Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\ndo_action( 'mynote_loop_before' );\n\n?>\n\n<div class=\"row my-4\">\n\t<?php while ( have_posts() ) : ?>\n\t\t<?php the_post(); ?>\n\n\t\t<div class=\"<?php mynote_layout_columns(); ?>\">\n\t\t\t<article id=\"post-<?php the_ID(); ?>\" class=\"article-list\">\n\t\t\t\t<div class=\"card my-2\">\n\n\t\t\t\t\t<?php if ( mynote_is_post_card_header() && has_post_thumbnail() ) : ?>\n\t\t\t\t\t\t<a href=\"<?php the_permalink(); ?>\" title=\"<?php the_title_attribute(); ?>\">\n\t\t\t\t\t\t\t<?php mynote_post_thumbnail(); ?>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t<?php endif; ?>\n\t\t\n\t\t\t\t\t<div class=\"card-body\">\n\t\t\t\t\t\t<div class=\"card-text-fade-out\">\n\t\t\t\t\t\t\t<h5 class=\"card-title\">\n\t\t\t\t\t\t\t\t<a href=\"<?php the_permalink(); ?>\" title=\"<?php the_title_attribute(); ?>\">\n\t\t\t\t\t\t\t\t\t<?php the_title(); ?>\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</h5>\n\t\t\t\t\t\t\t<p class=\"card-text\">\n\t\t\t\t\t\t\t\t<?php mynote_excerpt(); ?>\n\t\t\t\t\t\t\t</p>\n\n\t\t\t\t\t\t\t<?php if ( mynote_is_text_fade_out() ) : ?>\n\t\t\t\t\t\t\t\t<div class=\"effect-layer\"></div>\n\t\t\t\t\t\t\t<?php endif; ?>\n\t\t\t\t\t\t</div>\n\n\t\t\t\t\t\t<?php if ( mynote_is_post_card_body_footer() ) : ?>\n\t\t\t\t\t\t\t<div class=\"card-body-footer\">\n\t\t\t\t\t\t\t\t<?php\n\t\t\t\t\t\t\t\t\t// mynote_posted_date_button(); Uncomment this line if needed.\n\t\t\t\t\t\t\t\t\tmynote_comment_button();\n\t\t\t\t\t\t\t\t\tmynote_read_button();\n\t\t\t\t\t\t\t\t\tmynote_edit_button();\n\t\t\t\t\t\t\t\t?>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<?php endif; ?>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<?php if ( mynote_is_post_card_footer() ) : ?>\n\t\t\t\t\t\t<div class=\"card-footer text-muted text-center\">\n\t\t\t\t\t\t\t<?php mynote_author_posted_date(); ?>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t<?php endif; ?>\n\n\t\t\t\t</div>\n\t\t\t</article>\n\t\t</div>\n\t<?php endwhile; ?>\n</div>\n<?php\n\ndo_action( 'mynote_loop_before' );\n"
  },
  {
    "path": "template-parts/page-landing.php",
    "content": "<?php\n/**\n * Template Name: Landing page\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.7\n * @version 2.0.0\n */\n\n$custom_header_css = '';\n$intro_style       = '';\n\nif ( has_post_thumbnail() ) {\n\t$backgroundImg     = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' );\n\t$intro_style       = ' bg-cover\" style=\"background-image: url(' . esc_url( $backgroundImg[0] ) . ')\"';\n\t$custom_header_css = 'has-custom-header';\n}\n\n?>\n\n<div class=\"data-schema\">\n\t<main role=\"main\" class=\"main-header <?php echo $custom_header_css; ?>\">\n\t\t<div class=\"section-intro d-flex align-items-center<?php echo $intro_style; ?>\">\n\t\t\t<div class=\"container px-responsive\">\n\t\t\t\t<div class=\"d-md-flex align-items-center\">\n\t\t\t\t\t<div class=\"col-12 col-md-7 text-center text-md-left\" style=\"min-height: 100%; overflow: hidden\" >\n\t\t\t\t\t\t<h1 class=\"mb-3\"><?php the_title(); ?></h1>\n\t\t\t\t\t\t<?php if ( has_excerpt() ) : ?>\n\t\t\t\t\t\t\t<p class=\"mb4 desc-text\" id=\"header-desc-text\">\n\t\t\t\t\t\t\t\t<?php echo get_the_excerpt(); ?>\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t<?php endif; ?>\n\t\t\t\t\t</div>\n\t\t\t\t\t<?php if ( is_active_sidebar( 'sidebar-5' ) ) : ?>\n\t\t\t\t\t\t<div class=\"col-12 col-md-5\">\n\t\t\t\t\t\t\t<aside class=\"home-intro-sidebar\">\n\t\t\t\t\t\t\t\t<div class=\"container px-responsive\">\n\t\t\t\t\t\t\t\t\t<div class=\"row my-4\">\n\t\t\t\t\t\t\t\t\t\t<?php dynamic_sidebar( 'sidebar-5' ); ?>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</aside>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t<?php else : ?>\n\t\t\t\t\t\t<p class=\"p-5\"><?php mynote_category_labels(); ?></p>\n\t\t\t\t\t<?php endif; ?>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class=\"scroll-area\">\n\t\t\t\t<a href=\"#main-container\"><i class=\"fas fa-arrow-down\"></i></a>\n\t\t\t</div>\n\t\t</div>\n\t\t<div class=\"container my-4\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<section id=\"main-container\" class=\"col\" role=\"main\">\n\t\t\t\t\t<?php if ( have_posts() ) : ?>\n\t\t\t\t\t\t<?php while ( have_posts() ) : ?>\n\t\t\t\t\t\t\t<?php the_post(); ?>\n\t\t\t\t\t\t\t<article id=\"post-<?php the_ID(); ?>\" <?php post_class( 'markdown-body' ); ?>>\n\t\t\t\t\t\t\t\t<div itemprop=\"articleBody\">\n\t\t\t\t\t\t\t\t\t<?php\n\t\t\t\t\t\t\t\t\t\tthe_content();\n\t\t\t\t\t\t\t\t\t\twp_link_pages(\n\t\t\t\t\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t\t\t\t\t'before' => '<div class=\"page-links\">' . __( 'Pages:', 'mynote' ),\n\t\t\t\t\t\t\t\t\t\t\t\t'after'  => '</div>',\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t?>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t\t<?php endwhile; ?>\n\t\t\t\t\t<?php else : ?>\n\t\t\t\t\t\t<?php get_template_part( 'template-parts/content', 'none' ); ?>\n\t\t\t\t\t<?php endif; ?>\n\t\t\t\t</section>\n\t\t\t</div><!-- .row -->\n\t\t</div><!-- .container -->\n\n\t\t<div class=\"container\">\n\t\t\t<div class=\"row row-layout-choice-home\">\n\t\t\t\t<section id=\"main-container\" class=\"<?php echo esc_attr( mynote_main_container_css() ); ?>\">\n\t\t\t\t\t<?php\n\t\t\t\t\tif ( get_query_var( 'paged' ) ) {\n\t\t\t\t\t\t$paged = get_query_var( 'paged' );\n\t\t\t\t\t} elseif ( get_query_var( 'page' ) ) {\n\t\t\t\t\t\t$paged = get_query_var( 'page' );\n\t\t\t\t\t} else {\n\t\t\t\t\t\t$paged = 1;\n\t\t\t\t\t}\n\n\t\t\t\t\t\t$wp_query = new WP_Query(\n\t\t\t\t\t\t\tarray(\n\t\t\t\t\t\t\t\t'post_type'      => 'post',\n\t\t\t\t\t\t\t\t'posts_per_page' => get_option( 'posts_per_page' ),\n\t\t\t\t\t\t\t\t'paged'          => $paged,\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t);\n\n\t\t\t\t\t\tif ( have_posts() ) {\n\t\t\t\t\t\t\tget_template_part( 'template-parts/loop' );\n\t\t\t\t\t\t\tget_template_part( 'template-parts/pagination' );\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tget_template_part( 'template-parts/content', 'none' );\n\t\t\t\t\t\t}\n\t\t\t\t\t\t?>\n\t\t\t\t</section>\n\t\t\t\t<?php\n\t\t\t\t\t/**\n\t\t\t\t\t * Functions hooked in to mynote_homepage_sidebar action\n\t\t\t\t\t *\n\t\t\t\t\t * @hooked mynote_homepage_sidebar - 10\n\t\t\t\t\t */\n\t\t\t\t\tdo_action( 'mynote_homepage_sidebar' );\n\t\t\t\t?>\n\t\t\t</div>\n\t\t</div>\n\t</main>\n\t<br class=\"clearfix\" />\n</div><!-- .data-schema -->\n"
  },
  {
    "path": "template-parts/pagination.php",
    "content": "<?php\n/**\n * The Pagination section of Mynote theme.\n *\n * @author Terry Lin\n * @link https://terryl.in/\n *\n * @package WordPress\n * @subpackage Mynote\n * @since 1.0.0\n * @version 2.0.0\n */\n\ndo_action( 'mynote_pagination_before' );\n\n?>\n\n<div class=\"pagination-container\">\n\t<?php\n\t\t/**\n\t\t * Functions hooked in to mynote_pagination action\n\t\t *\n\t\t * @hooked mynote_pagination - 10\n\t\t */\n\t\tdo_action( 'mynote_pagination' );\n\t?>\n</div>\n\n<?php\n\ndo_action( 'mynote_pagination_after' );\n"
  }
]