Giter Club home page Giter Club logo

blog's Introduction

Bootstrap blog CI

All content within src/content/posts/ is copyright Bootstrap. Do not reuse any part without written permission.

Made by @mdo, built on Hugo, and hosted on GitHub Pages.

<3

blog's People

Contributors

adammacias avatar ashmaroli avatar bardiharborow avatar cadamsmith avatar coliff avatar cvrebert avatar dependabot[bot] avatar dirtyf avatar dnlgrwd87 avatar elliotleelewis avatar ffoodd avatar gbuckingham89 avatar gitname avatar jdorfman avatar jorimvanhove avatar julien-deramond avatar justintime50 avatar juthilo avatar kimroen avatar lachlanjc avatar martijncuppens avatar mdo avatar omgimalexis avatar patrickhlauke avatar vanillajonathan avatar walidbagh avatar xhmikosr avatar zlatanvasovic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blog's Issues

Bring back Twitter in footer

I don't think us removing it is a good move. We shouldn't "hide" the Twitter account.

I could make a solution like I did initially in #96

jekyll to hugo

Hello
Do you want to convert your blog from jekyll to hugo?

Revisit vanilla-lazyload instantiation

Currently, we load vanilla-lazyload 8.x for browsers missing Intersection Observer support and the latest version for all others. Also, we auto-initialize vanilla-lazyload.

In order for us to use its use_native option, we need 2 instances of lazyload so that we add use_native: true only for the images (img.lazy) and not for the iframes.

Theme the blog like the site

The blog template looks a bit too clean. Maybe we should theme it like our main site? This will make look everything more coherent.

Thoughts @mdo?

<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

  <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<title>List of available projects - HTTrack Website Copier</title>
<style type="text/css">
<!--

body {
margin: 0; padding: 0; margin-bottom: 15px; margin-top: 8px;
background: #77b;
}
body, td {
font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#subTitle {
background: #000; color: #fff; padding: 4px; font-weight: bold;
}

#siteNavigation a, #siteNavigation .current {
font-weight: bold; color: #448;
}
#siteNavigation a:link { text-decoration: none; }
#siteNavigation a:visited { text-decoration: none; }

#siteNavigation .current { background-color: #ccd; }

#siteNavigation a:hover { text-decoration: none; background-color: #fff; color: #000; }
#siteNavigation a:active { text-decoration: none; background-color: #ccc; }

a:link { text-decoration: underline; color: #00f; }
a:visited { text-decoration: underline; color: #000; }
a:hover { text-decoration: underline; color: #c00; }
a:active { text-decoration: underline; }

#pageContent {
clear: both;
border-bottom: 6px solid #000;
padding: 10px; padding-top: 20px;
line-height: 1.65em;
background-image: url(backblue.gif);
background-repeat: no-repeat;
background-position: top right;
}

#pageContent, #siteNavigation {
background-color: #ccd;
}

.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; }
.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; }

hr { height: 1px; color: #000; background-color: #000; margin-bottom: 15px; }

h1 { margin: 0; font-weight: bold; font-size: 2em; }
h2 { margin: 0; font-weight: bold; font-size: 1.6em; }
h3 { margin: 0; font-weight: bold; font-size: 1.3em; }
h4 { margin: 0; font-weight: bold; font-size: 1.18em; }

.blak { background-color: #000; }
.hide { display: none; }
.tableWidth { min-width: 400px; }

.tblRegular { border-collapse: collapse; }
.tblRegular td { padding: 6px; background-image: url(fade.gif); border: 2px solid #99c; }
.tblHeaderColor, .tblHeaderColor td { background: #99c; }
.tblNoBorder td { border: 0; }

// -->
</style>

HTTrack Website Copier - Open Source offline browser

Index of locally available projects:


No categories
· patagonia

Mirror and index made by HTTrack Website Copier [XR&CO'2008]
	</td>
	</tr>
	</table>
</td>
</tr>
</table>

Originally posted by @mauri146K in https://github.com/twbs/bootstrap/discussions/37971

The bug on .row>* {}

Hi Good Afternoon,

.row>* {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x)/ 2);
padding-left: calc(var(--bs-gutter-x)/ 2);
margin-top: var(--bs-gutter-y);
}

you this one is added in recent updations, because of this inline tag elements doesn't work properly like, button , please guide me how to get inline tag elements.

sincerly thanks
vardhan

Smarter post signatures

At the bottom of each post we sign our names. Let's update the URLs there and perhaps migrate this to the post template.

Shadows - apply breaking points

Shadows are a great feature, and the choice of sizes are fine. But I think breakpoints are missing. While shadows look great on larger screens, the tend to have less use on smaller devices i.e. cell phones. Thus a shadows-none, shadows-none-sm, shadows-none-md, shadows-none-lg, shadows-none-xl and shadows-none-xxl would be fantastisk.

Switch to Hugo

We should really switch the blog to Hugo after #115 is merged. Shouldn't be too hard, but we need a deployment plan which I guess it'll be GitHub Actions.

If anyone wants to start a branch, feel free to ping me to help out.

Blog translation

Can I translate blog into Russian? Do you need permission to do this?

No highlighted code?

Syntax highlighting isn't working, you can look on 3.1.0 post → Download section.

Pygments styles are missing.

Header looks broken on mobile

The header looks broken on mobile.

The Icon should be centered in my opinion.

Tested with Chrome on an Pixel 4 with Android 10.

Screenshot_20200617-190036

No css

The Bootstrap homepage seems to not use any CSS
image

Are the Bootstrap Blog videos intentionally selected?

I just took a look at the video section of the Bootstrap Blog. It seems like the youtube videos for the news articles are just
random songs that have nothing to do with Bootstrap. Is this intentional?

Screenshot:
image

The dark mode does not persist when we get into a new window

Prerequisites

Describe the issue

Bootstrap.The.most.popular.HTML.CSS.and.JS.library.in.the.world.-.Google.Chrome.2023-10-02.19-48-53.mp4

the dark mode in bootstrap vanishes when we go to a new window after clicking blog button in the navbar.

Reduced test cases

Bootstrap.The.most.popular.HTML.CSS.and.JS.library.in.the.world.-.Google.Chrome.2023-10-02.19-48-53.mp4

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

Chrome

What version of Bootstrap are you using?

v5.3

Direct Twitter link broken

Hi,

while checking latest blog entries, I've realized the Twitter link in navbar doesn't point to exact getbootstrap username.

I can open PR and fix it by moving

blog/config.yml

Line 102 in 49929dd

twitter: "getbootstrap"

to params.

Have a nice weekend
midzer

Hugo TODO

TODO:

  • social: add back og:site_name=Bootstrap Blog?
  • vnu:
    • ignore the duplicate IDs errors
    • report the issue upstream in Hugo
  • canonical URL is wrong for paginated pages
  • paginated pages are not included in sitemap
  • link rel/next are missing
  • fix subnav archive .active check; now it matches the paginated pages too - EDIT: I guess we can live with that?

For later:

  • archetypes
  • partialCached
  • add native lazyload for images? Alternatively, use a render hook to add .lazy in all images
  • add img-fluid class to images and remove custom CSS?
  • see if it's fast to generate responsive images with Hugo
  • move JS deps to npm
  • move Bootstrap to npm
  • json+ld: https://codingnconcepts.com/hugo/structure-data-json-ld-hugo/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.